//
// Sections
//
Address <address>
Article <article>
Header <header>
Main <main>
Section <section>
//
// 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
  1. Nested ordered listitem
  • Nested unordered listitem
  1. Ordered listitem <ol><li>
  2. Nested definition term
    Nested definition description
    1. Nested ordered listitem
    • Nested unordered listitem

Paragraph <p>

Preformatted text<pre>
//
// 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
//
Image by analogicus from Pixabay
//
// Tabular data
//
Caption <table><caption>
Cell header <table><thead><thead><th> Cell data <table><thead><thead><td>
Cell header <table><tbody><tbody><th> Cell data <table><tbody><tbody><td>
Cell header <table><tfoot><tfoot><th> Cell data <table><tfoot><tfoot><td>
//
// Forms
//
Legend <fieldset><legend> <meter> Output <output> <progress>
//
// Interactive elements
//
Summary <details><summary> Details <details>
<dialog>
//
// Scripting
//
Canvas
//
// SVG
//