Difference between revisions of "Aside (HTML element)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "In HTML5, the '''article''' element represents a major unit of content. == Semantic element == '''article''' is a container for holding further content. It has Seman...") |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | In [[HTML5]], the ''' | + | In [[HTML5]], the '''<code>aside</code>''' element represents a section of the page with content connected tangentially to the rest, which could be considered separate from that content. |
− | + | These sections are often represented as sidebars or inserts. | |
− | + | They often contain the definitions on the sidebars, such as definitions from the glossary; there may also be other types of information, such as related advertisements; the biography of the author; web applications; profile information or related links on the blog. | |
− | + | Usage notes: | |
+ | |||
+ | Do not use the <code>aside</code> element to tag parenthesized text, as this kind of text is considered part of the main flow. | ||
== See also == | == See also == |
Latest revision as of 10:35, 13 December 2016
In HTML5, the aside
element represents a section of the page with content connected tangentially to the rest, which could be considered separate from that content.
These sections are often represented as sidebars or inserts.
They often contain the definitions on the sidebars, such as definitions from the glossary; there may also be other types of information, such as related advertisements; the biography of the author; web applications; profile information or related links on the blog.
Usage notes:
Do not use the aside
element to tag parenthesized text, as this kind of text is considered part of the main flow.