Multiple choice

The tag used to display text above normal text is

  1. sub

  2. sup

  3. u

  4. above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The sup tag creates superscript text, which displays characters above the normal baseline of surrounding text, commonly used for exponents, footnotes, or ordinal indicators like 1st, 2nd. The sub tag creates subscript (below normal text), u underlines, and above is not a valid HTML tag.