HTML 5 <figure> Tag
Example
A section in a document, explaining what WWF is:
<figure>
<h1>WWF</h1>
<p>The World Wildlife Foundation was born in 1961...</p>
</figure> |
View it » |
Definition and Usage
The <figure> tag is used to group some elements.
The content inside a figure element is stand-alone content, typically used to
explain parts of a document, but also able to move from the document and put
somewhere else.
Differences Between HTML 4.01 and HTML 5
The <figure> tag is new in HTML 5
Tips and Notes
Tip: Use the <figcaption> element to add a caption to the group of
elements.
Standard Attributes
The <a> tag also supports the Standard Attributes in HTML 5.
Event Attributes
The <a> tag also supports the Event Attributes
in HTML 5.
|