What's new in HTML5

HTML5 is next version of html we will soon be using. So here is the list of new tags added in html 5.

<article> Defines an article
<aside> Defines content aside from the page content
<audio> Defines sound content
<canvas> Defines graphics
<command> Defines a command button
<datagrid> Defines data in a tree-list
<datalist> Defines a dropdown list
<datatemplate> Defines a data template
<details> Defines details of an element
<dialog> Defines a dialog (conversation)
<embed> Defines external interactive content or plugin
<eventsource> Defines a target for events sent by a server
<figure> Defines a group of media content, and their caption
<footer> Defines a footer for a section or page
<header> Defines a header for a section or page
<mark> Defines marked text
<meter> Defines measurement within a predefined range
<nav> Defines navigation links
<nest> Defines a nestingpoint in a datatemplate
<output> Defines some types of output
<progress> Defines progress of a task of any kind
<rule> Defines the rules for updating a template
<section> Defines a section
<source> Defines media resources
<time> Defines a date/time
<video> Defines a video


Leave a Reply