Css miscellaneous
- Which of the following property defines the style for the right border of an element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax: border-right-style: dashed | dotted | double
- Which of the following property defines the color of an element’s top border?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax: border-top-color: color | transparent | inherit
- Which of the following property sets the width of an element’s complete border?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Syntax: border-width: width
- Which of the following property is used to give a 3-D sense of depth to an element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax: perspective: none
- Which of the following property allows a marquee to be used in the case of a text overflow?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Syntax: overflow-style: auto | marquee-block