sub

Purpose

Content that represents subscript material.

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
  <head>
    <title>sub</title>
  </head>
  <body>
    <p>Water (H<sub>2</sub>O) is the most abundant molecule.</p>
  </body>
</html>

Related topics