| NEW ELEMENTS FOR HTML5 |
| <article> |
Defines an article in the document |
| <aside> |
Defines content aside from the page content |
| <audio> |
specifies a standard way to embed audio in a web page. |
| <details> |
Defines additional details that the user can view or hide |
| <dialog> |
Defines a dialog box or window |
| <figcaption> |
Defines a caption for a <figure> element |
| <figure> |
Defines self-contained content, like illustrations, diagrams, photos, code listings, etc. |
| <footer> |
Defines a footer for the document or a section |
| <hgroup> |
Used to group a set of h1–h6 elements when the heading has multiple levels, such as subheadings, alternative titles, or taglines. |
| <main> |
Defines the main content of a document |
| <mark> |
Defines marked or highlighted text |
| <menuitem> |
Defines a command/menu item that the user can invoke from a popup menu |
| <meter> |
Defines a scalar measurement within a known range (a gauge) |
| <nav> |
Defines navigation links in the document |
| <progress> |
Defines the progress of a task |
| <rp> |
Defines what to show in browsers that do not support ruby annotations |
| <rt> |
Defines an explanation/pronunciation of characters (for East Asian typography) |
| <ruby> |
Defines a ruby annotation (for East Asian typography) |
| <section> |
Defines a section in the document |
| <summary> |
Defines a visible heading for a <details> element |
| <ime> |
Defines a date/time |
| <video> |
specifies a standard way to embed a video in a web page. |
| <wbr> |
Defines a possible line-break |
| NEW FORM ELEMENTS |
| <datalist> |
Defines pre-defined options for input controls |
| <keygen> |
Defines a key-pair generator field (for forms) |
| <output> |
Defines the result of a calculation |
| NEW INPUT TYPES |
NEW INPUT ATTRIBUTES |
| color |
autocomplete |
| date |
autofocus |
| datetime |
form |
| datetime-local |
formaction |
| email |
formenctype |
| month |
formmethod |
| number |
formnovalidate |
| range |
formtarget |
| search |
height and width |
| tel |
list |
| time |
min and max |
| url |
multiple |
| week |
pattern |