InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property sets the font size of text?(a) font(b) font-text(c) font-size(d) none of the mentionedThis question was posed to me during a job interview.My question comes from Styling Lists and Navigation Menus topic in chapter CSS Text, Borders and Images of CSS |
|
Answer» CORRECT choice is (c) font-size For explanation I would SAY: Syntax: font-size: LENGTH | PERCENTAGE |
|