Css miscellaneous
- 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 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 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 whether table cell borders are connected or separate?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
Syntax: border-collapse: collapse | separate | inherit
- Which of the following property sets the width of an element’s bottom border?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Syntax: border-bottom-width: non-negative length | medium | thick | thin | inherit