Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML5 NEW FEATURES (removed freatures (<acronym>, <basefont>,…
HTML5 NEW FEATURES
removed freatures
<acronym>
<basefont>
<center>
<font>
<frameset>
<strike>
<applet>
<big>
<dir>
<frame>
<noframes>
<tt>
To better handle new age internet uses
media content
better form handling
drawing graphics
better page structure handling
<datalist>
<keygen>
<output>
<article>
<aside>
<command>
<dialog>
<summary>
<figure>
<figcaptation>
<footer>
<WBR>
<section>
grouping of content
<time>
<rp>
<ruby>
progress
<nav>
<meter>
<mark>
<hgroup>
<header>
several API for drag and drop
geolocation
web storage
application cache
web workers
new tags
<canvas> used to draw graphics on the fly with scripting usually with js
audio
video
<source> - video & audio
<embed> -- container for external application or interactive content
<track> -- tracks for video & audio