HTML5 Interview Questions

March 12, 2020 admin 0

Introduction: HTML5 Interview Questions and Answers     “What is the difference between HTML and HTML5 ?” HTML5 is nothing more then upgraded version of […]

HTML5-logo

HTML5 Drag and Drop Example

March 3, 2019 admin 0

HTML5 Allows drag and drop functionality as root element var doc = document.documentElement; doc.ondragover = function () { this.className = ‘hover’; return false; }; doc.ondragend […]

No Image

HTML5 Video

July 25, 2012 admin 0

Until now, all video elements on a web pages were displayed using plugins, such as Flash. HTML5 has the <video> element. It’s a new element which […]

HTML5-logo

HTML5 – New Media Elements

March 29, 2012 admin 0

READ Frequently asked interview coding questions in BigTech companies like Facebook, Amazon and Google: READ : Coding Challenge – Bracket Validator READ : Coding Challenge – […]

HTML5-logo

HTML5 – New Elements

March 29, 2012 admin 0

HTML5 now offers new elements for better structure: Tag Description <article> Defines an article <aside> Defines content aside from the page content <bdi> Isolates a […]