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 mentioned |
|
Answer» Correct choice is (c) font-size For explanation I would say: Syntax: font-size: length | percentage |
|