<sub>

Replaces contained text with the value of the alias attribute.

Attributes

This section describes the attributes you can set for the <sub> element.

Name

Data type

Default
alias

CDATA

required

alias

The alias attribute specifies the string to be substituted for the text enclosed by the <sub> element.

Children

  • Parsed character data

Parents

Sample code

<prompt>
  XML stands for <sub alias="extensible markup
  language">XML</sub>
</prompt>