Multiple choice general knowledge

Which of the following HTML tags is/are used to changed the font size of text?

  1. FONT

  2. SIZE

  3. H1

  4. HEAD

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

Among the options, only H1 is a valid HTML tag that affects font size - it's a heading element that displays text in a large font. The FONT tag would work but is not listed as correct. SIZE is an attribute, not a tag. HEAD is for metadata and does not control font size.