Css miscellaneous
- Which of the following option a rule consists of?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Both Selector and Declaration
- If a particular rule should never be overridden by another rule, the ____________ indication should be used.
-
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.
- ______________ property defines whether table cell borders are connected or separate.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
border-collapse: collapse | separate | inherit
- ____________ property associates a background image with an element.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
background-image: url(image-file) | none | inherit
- ________________ property sets the background image to scroll or not to scroll with its associated element’s content
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
background-attachment: scroll | fixed | inherit