CBSE Class 10 Computer Applications
Question 14 of 37
Cascading Style Sheets (CSS) — Question 10
Back to all questions 10
Question Question 10
What is the correct CSS syntax to change the font name ?
- font-name:
- font:
- font-family:
- fontname:
font-family:
Reason — font-family: is used to define a list of fonts that should be used to display a given element or web page.