Css miscellaneous
- Which of the following measurement defines a measurement in centimeters?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Example: div {margin-bottom: 1cm;}
- Which of the following property sets the spacing between words?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
word-spacing: length | normal | inherit
- Which of the following property defines the minimum number of lines in a paragraph to be left at the top of a page?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
This property is really only meaningful in a paged environment, such as print output.
- Which of the following property controls how spaces, tabs, and newline characters are handled in an element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The values of pre-wrap and pre-line are not supported in older browsers.
- Which of the following property determines whether or not an element is visible?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
This property is not the same as display: none as it simply makes the item invisible; it does not completely remove it from the display canvas.