InterviewSolution
Saved Bookmarks
| 1. |
Which of the following measurement defines a measurement relative to a font’s x-height?(a) e(b) xh(c) ex(d) rxhThis question was addressed to me in an internship interview.The query is from Measurements in CSS topic in section CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» CORRECT option is (c) ex The EXPLANATION: Defines a measurement relative to a font’s X-height. The x-height is DETERMINED by the height of the font’s LOWERCASE letter x. |
|