back to home

HTML "sub" & "sup" tag

  1. The HTML < sub> element defines subscripted text.
  2. The HTML < sup> element defines superscripted text.
  3. < p>This is < sub>subscripted< /sub> text.< /p>
  4. < p>This is < sup>superscripted< /sup> text.< /p>
  5. Displays
    sub&sup tag