//
// Sections
//
Address <address>
Article <article>
Main <main>
//
// Headings
//
Heading 1 <h1>
Heading 2 <h2>
Heading 3 <h3>
Heading 4 <h4>
Heading 5 <h5>
Heading 6 <h6>
//
// Grouping content
//
Blockquote <blockquote>
Figure <figure>
Figcaption <figcaption>
- Definition term <dl><dt>
- Definition description <dl><dd>
-
- Nested definition term
- Nested definition description
- Nested ordered listitem
- Nested unordered listitem
- Ordered listitem <ol><li>
-
- Nested definition term
- Nested definition description
- Nested ordered listitem
- Nested unordered listitem
Paragraph <p>
Preformatted text<pre>
- Unordered listitem <ul><li>
-
- Nested definition term
- Nested definition description
- Nested ordered listitem
- Nested unordered listitem
//
// Text-level semantics
//
Anchor (with href
attribute) <a>
Abbreviation <abbr>
Abbreviation (with title
attribute) <abbr>
Bring attention to <b>
Citation <cite>
Computer code <code>
Data (with value
attribute) <data>
Definition <dfn>
Emphasis <em>
Idiomatic text <i>
Keyboard input <kbd>
Mark text <mark>
Inline quotation <q>
Strikethrough <s>
Sample <samp>
Small print <small>
Generic inline container <span>
Strong importance <strong>
Subscript <sub>
Superscript <sup>
Time (with datetime
attribute)
Unarticulated annotation <u>
Variable <var>
//
// Links
//
Anchor <a>
//
// Edits
//
Deleted text <del>
Inserted text <ins>
//
// Embedded content
//