Css miscellaneous
- Which of the following measurement defines a measurement relative to a font’s x-height?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
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.
- Which of the following measurement defines a measurement in pixels?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
pt
- Which of the following measurement defines a measurement in inches?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Example: p {word-spacing: .25in;}
- Which of the following measurement defines a measurement in points?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Defines a measurement in points. A point is defined as 1/72nd of an inch. A point does not equate to a pixel unless there are 72 pixels per inch onscreen.
- Which of the following measurement defines a measurement relative to the height of a font in em spaces?
-
View Hint View Answer Discuss in Forum
NA
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.