Css miscellaneous
- A ___________ is used to define a special state of an element.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
pseudo-class
- Which of the following CSS list properties is/are correct?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
All of above
- Which of the following is the correct way to apply Styles?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
in an external CSS file
- The _______property is used to set the color of the text.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
colour
- What will be the output of below mentioned code snippet?
<p style="color: blue">Interview Mania</p>
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
make that specific paragraph red.