How do you change the font of an element?
-
font=
-
f:
-
font-family:
-
None of the above
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.