Multiple choice technology web technology

The attribute used to choose the type of font in HTMLis ?

  1. Character

  2. Face

  3. Text-type

  4. Font-type

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

In HTML's tag, the 'face' attribute specifies the font family/typeface to use (e.g., face="Arial"). The correct syntax is . The other options are not valid HTML attributes for font selection - 'Character' and 'Text-type' don't exist, and 'Font-type' is not the correct attribute name.