Css miscellaneous


  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 is the Color Format that is a defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    RGB color values can also be defined using percentages. The format is the same, except that the numbers are replaced by
    percentage values between 0% and 100%.



  1. Which of the following is the Color Format that is a CSS’s six-digit hexadecimal format as color defined in (X)HTML?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML. The format specifies color as #rrggbb, where rr is the amount of red, gg the amount of green, and bb the amount of blue, all specified in a hexadecimal value ranging from 00 to FF.