CSS Borders
- 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.
- In how many way border-image-width CSS property can be defined?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
The border-image-width CSS property defines the offset to use for dividing the border image in nine parts, the top-left corner, central top edge, top-right-corner, central right edge, bottom-right corner, central bottom edge, bottom-left corner, and central right edge.
- 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.
- 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”.