Css miscellaneous
- Which of the following measurement is relative to 1% of the height of the viewport?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
vh
- Which of the following measurement is relative to 1percentage of the width of the viewport?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
vw
- Which of the following measurement is relative to 1percentage of viewport’s larger dimension?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
vmax
- 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.