A simple HTML5 document is given on the right, with the minimum of required tags.
The <!doctype> declaration must be the very first thing in your HTML document, before the <html> tag.
|
|
<canvas>
element for 2D drawing
<video>
and <audio>
elements for media playback
<article>
, <footer>
, <header>
, <nav>
, <section>