Css miscellaneous


  1. Which of the following measurement defines a measurement in centimeters?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Example: div {margin-bottom: 1cm;}


  1. Which of the following property sets the spacing between words?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    word-spacing: length | normal | inherit



  1. Which of the following property defines the minimum number of lines in a paragraph to be left at the top of a page?











  1. 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.


  1. Which of the following property controls how spaces, tabs, and newline characters are handled in an element?











  1. 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.



  1. Which of the following property determines whether or not an element is visible?











  1. 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.