sub

Purpose

Inline element used to render text as subscript.

Attribute groups

Example

The welcome.mlyt layout can be found in the MCS/repository/xml-repository directory.

<?xml version="1.0" encoding="UTF-8"?>
<canvas layoutName="/welcome.mlyt" pageTitle="sub">
  <pane name="background">
    <p>Water (H<sub>2</sub>O) is the most abundant molecule.</p>
  </pane>
</canvas>

Related topics