InterviewSolution
Saved Bookmarks
| 1. |
Which of the following measurement defines a measurement relative to a font’s x-height?(a) ex(b) em(c) pt(d) pxThis question was posed to me in semester exam.This question is from Style Inclusion Methods topic in section CSS Fundamentals, Colors and Styling of CSS |
|
Answer» CORRECT choice is (a) ex To explain I would SAY: DEFINES a MEASUREMENT relative to the height of a font in em spaces. Because an em UNIT is equivalent to the size of a given font, if you assign a font to 12pt, each em unit would be 12pt, thus 2em would be 24pt. |
|