Multiple choice technology web technology

Which tag is used to increase the font size by one ?

  1. <h1>text</h1>

  2. text

  3. <big>text</big>

  4. <font size="1">text</font>

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

The tag renders text at a larger font size, specifically one level larger than the surrounding text. While deprecated in HTML5, this was the standard HTML4 tag for increasing font size incrementally. The

tag creates a heading (semantic structure), decreases size, and sets an absolute small size.