Home » CSS » Css miscellaneous » Question
  1. Which of the following measurement defines a measurement relative to a font’s x-height?
    1. pt
    2. px
    3. ex
    4. em
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.