Css miscellaneous


  1. Which of the following option a declaration consist of?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    A declaration has two parts separated by a colon:
    Property – that part before the colon
    Value – that part after the colon.


  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. 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. ______________ 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. The ______________ is the link between the HTML document and the style. It specifies what elements are affected by the declaration.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: A

    The selector is the link between the HTML document and the style. It specifies what elements are affected by the declaration. The declaration is that part of the rule that sets forth what the effect will be.