back to home
HTML "sub" & "sup" tag
The HTML
< sub>
element defines subscripted text.
The HTML
< sup>
element defines superscripted text.
< p>This is < sub>subscripted< /sub> text.< /p>
< p>This is < sup>superscripted< /sup> text.< /p>
Displays