Multiple choice general knowledge

Which tag is used to display the large font size?

  1. <LARGE></LARGE>

  2. <BIG></BIG>

  3. < SIZE ></SIZE>

  4. <FONT></FONT>

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

The tag in HTML is used to increase font size, displaying text in a larger size than the default. The tag doesn't exist in HTML, is deprecated in HTML5, and is not a valid HTML tag (size is specified as an attribute or via CSS).