Skip to main content

<sub>


  • Date:
    03/05/2024
  • Modified:
    27/05/2026
  • Category:
    Elements

The <sub> element marks subscript text — typographically lowered below the baseline. Use for chemical formulas, mathematical indices, and similar.

Notes

  • For chemical formulas with complex notation (charges, isotopes, full equations), use <m:math> or <formula> instead.
  • For footnote references in running text, use <noteRef> rather than a <sup> wrapping a number.

Examples

<p>Bij de verbranding van bruinkool komt heel veel CO<sub>2</sub> vrij.</p>

Combined sub and sup

<p>Een typisch ionische verbinding is Mg<sup>2+</sup>SO<sub>4</sub><sup>2−</sup>.</p>

  • Date:
    03/05/2024
  • Modified:
    27/05/2026
  • Category: