Multiple choice technology web technology

How do you change the font of an element?

  1. font=

  2. f:

  3. font-family:

  4. None of the above

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

CSS uses the font-family property to change the typeface of an element. Options A and B use invalid syntax. The font-family property accepts font names like Arial, Times New Roman, or generic families like serif, sans-serif.