InterviewSolution
Saved Bookmarks
| 1. |
Which of the following font-size-adjust is value used in calculating the size of the fallback fonts?(a) auto(b) number(c) count(d) noneThis question was addressed to me by my college professor while I was bunking the class.This intriguing question comes from CSS Fonts in chapter CSS Fundamentals, Colors and Styling of CSS |
|
Answer» CORRECT ANSWER is (B) number Explanation: Self-explainatory. |
|