The attribute used to choose the type of font in HTMLis ?
-
Character
-
Face
-
Text-type
-
Font-type
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.