An Independent piece of content of a document such as blog entry newspaper article etc are represented by article tag. In other words we can say that, this tag represent independent piece of
content of a document, such as a
blog entry or newspaper article
<aside >
Aside tag Represents a piece of
content that is only slightly
related to the rest of the page.
<audio>
Defines an audio file.
<canvas>
This tag is used for rendering dynamic
bitmap graphics on the fly, such as
graphs or games.
<command>
Represents a command the user can invoke.
<datalist >
Together with the a new list attribute for input can be used to make comboboxes
<keygen>
Represents control for key pair generation.
<mark>
The Mark tag Represents a run of text in one document marked or highlighted for reference purposes, due to its relevance in another context.
For example you can find in many websites at very end of article the author mentions reference links hyperlinked to original or another source.
<meter>
Represents a measurement, such as disk usage.
<output >
Represents some type of output, such as from a calculation done through scripting.
<progress>
Represents a completion of a task, such as downloading or when performing a series of expensive operations.
0 Comment(s)