📡 You're offline — showing cached content
New version available!
Quick Access
Tutorials HTML Fundamentals HTML5 New Elements

HTML5 New Elements

4 min read
HTML5 added semantic elements like article and section, native video and audio, canvas for drawing, improved forms with new input types, built-in validation, localStorage, the Geolocation API, and Web Workers.

HTML5 New Elements

ElementPurpose
<article>Self-contained content
<aside>Sidebar / tangential
<details>Accordion disclosure
<dialog>Modal dialog
<figure>Media + caption
<mark>Highlighted text
<progress>Progress bar
<time>Machine-readable date
<video>Embedded video