HTML and CSS Reference
In-Depth Information
Name
aside
Synopsis
<aside> . . . </aside>
Not in HTML 4.01 . Represents content that is tangentially related to the surrounding content
(a section, article, or other content flow), such as pull quotes, lists of links, advertising, and
other content typically presented as a sidebar.
Usage
Categories:
Flow content, sectioning content, palpable content
Permitted contexts:
Where flow content is expected
Permitted content:
Flow content (but with no main descendants)
Start/end tags:
Required/Required
Attributes
HTML5 Global Attributes
Example
<article>
<h1>Important Experiment Findings</h1>
<p>First paragraph . . .</p>
<p>Second paragraph . . .</p>
<aside>
Search WWH ::




Custom Search