Vidyalelo
CSS · Q50

Basic CSS

Programming · CSS · question 50

Q50

Which of the following measurement defines a measurement relative to a font’s x-height?

A.
ex
Answer
B.
em
C.
pt
D.
px

Answer: Option A

Solution

Answer: Option A
Solution:
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.