CSS Borders
- Which CSS property can be used to set the image as border instead of the border style?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The border-image-source property specifies the path to the image to be used as a border (instead of the normal border around an element).
- Choose the CSS property that can be used for collapsing the borders between table cells?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The border-collapse property sets whether the table borders are collapsed into a single border or detached as in standard HTML.
- Which of the following CSS property border-color property sets the color of an element’s four borders?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
The border-color property sets the color of an element’s four borders. This property can have from one to four values.
- Select the CSS property that sets the width of an element’s bottom border?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
The border-bottom-width CSS property sets the width of the bottom border of a box.
- Identify the CSS property defining bottom-left corner shape of the border?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
CSS3 border-radius property allows you can give any element “rounded corners”.