Css miscellaneous


  1. Which of the following option a rule consists of?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    Both Selector and Declaration


  1. If a particular rule should never be overridden by another rule, the ____________ indication should be used.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    If a particular rule should never be overridden by another rule, the !important indication should be used. For a rule never to be ignored, insert the indication !important just before the semicolon of the rule.



  1. ______________ property defines whether table cell borders are connected or separate.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    border-collapse: collapse | separate | inherit


  1. ____________ property associates a background image with an element.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    background-image: url(image-file) | none | inherit



  1. ________________ property sets the background image to scroll or not to scroll with its associated element’s content











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    background-attachment: scroll | fixed | inherit