<aside>

The <aside> tag allows the author to make a slight digression without interrupting the flow of the text.

Syntax

Attributes

Attributes for <aside>
AttributeRequired?Values
component = "…"optionalstring
label = "…"optionalstring
xml:base = "…"optionalstring
xml:id = "…"optionalstring
xml:lang = "…"optionalstring

Children

The following may appear as children:<blockquote> <console> <idx> <image> <p> <pre> <program> <tabular> <title> <video>

Parents

This element may appear as an immediate child of the following elements: <acknowledgement> <activity> <algorithm> <answer> <appendix> <article> <biography> <case> <chapter> <claim> <computation> <conclusion> <convention> <corollary> <data> <example> <exercise> <exploration> <fact> <gi> <headnote> <hint> <identity> <insight> <introduction> <investigation> <lemma> <li> <note> <observation> <paragraphs> <preface> <problem> <project> <proof> <proposition> <question> <remark> <section> <solution> <statement> <subsection> <subsubsection> <task> <technology> <theorem> <warning>

Examples