html5 Latest Version of HTML
html5 Latest Version of HTML
• Command
07/12/21 ataul haque 07611 12
07/12/21 ataul haque 07611 13
<header>
<nav>
<article>
<aside>
<footer>
<figure>
<legend> <meter>
• <video src="movie.ogg"
id="video">...</video>
• <button onclick="video.play();">
Play
</button>
07/12/21 ataul haque 07611 21
New features in HTML5
API's for multimedia by using video and audio tags
API that allow offline web applications
Drag and drop API
API that exposes the history and allows pages to add to it to
prevent breaking the back button
An API that allows a Web application to register itself for
certain protocols or media types
Editing API in combination with a new global contenteditable
attribute
HTML Microdata
HTML canvas 2D context
HTML5 web messaging
• <input type="datetime">
• <input type="date">
• <input type="time">
• And more…
• <input type="number">
• <input type="range">
• <input type="email">
• <input type="url">