HTML 5 <aside> Tag
Example
<p>Me and my family visited The Epcot center this summer.</p>
<aside>
<h4>Epcot Center</h4>
The Epcot Center is a theme park in Disney World, Florida.
</aside> |
View it » |
Definition and Usage
The <aside> tag defines some content aside from the content it is placed in.
The aside content should be related to the surrounding content.
Differences Between HTML 4.01 and HTML 5
The <aside> tag is new in HTML 5.
Tips and Notes
Tip: The <aside> content could be placed as a sidebar in an
article.
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.
|