20 + tags introduced in HTML5 you really should know
Share
HTML 5 reduces development costs by making precise rules on how to handle all HTML elements, and how to recover from errors. It aims to reduce the need for proprietary plug-in-based rich internet application (RIA) technologies such as Flash, Silverlight, Pivot, and Sun JavaFX.
1. Article
Defines an article block.
.
2. Aside
Defines sidebar from the page content.
.
3. Audio
Defines sound content.
.
4. Canvas
Define graphics.
.
5. Command
Defines a command.
.
6. Datagrid
Defines data in a tree-list.
.
7. Datalist
Defines an autocomplete dropdown list.
.
8. Details
Defines details of an element.
.
9. Dialog
Defines a dialog or conversation.
.
10. Eventsource
Defines a target for events sent by a server.
.
11. Figure
Defines a group of media content, and their caption.