Multiple choice

The attribute(s) of font tag is/are

  1. size

  2. face

  3. colour

  4. all of the above

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

The font tag in HTML supports multiple attributes: size (1-7), face (font family), and color. All three are commonly used together to style text, though the font tag itself is now deprecated in favor of CSS.