a) border b) border-top c) border-top-corner d) border-top-style Answer: b Explanation: The border-top shorthand property ...
View QuestionWhich of the following specifies the distance between the borders of adjacent cells?
a) border-spacing-cell b) border-width-spacing c) border-spacing d) cell-spacing Answer: c Explanation: The border-spacing property sets the distance ...
View QuestionWhich of the following is not an appropriate value for border-collapse?
a) all b) collapse c) inherit d) separate Answer: a Explanation: Except option a, all other values can ...
View QuestionIn how many way border-image-width CSS property can be defined?
a) 4 b) 6 c) 8 d) 9 Answer: d Explanation: The border-image-width CSS property defines the ...
View QuestionWhich CSS property can be used to set the image as border instead of the border style?
a) background-image b) border-image c) background-image-source d) border-image-source Answer: d Explanation: The border-image-source property specifies the path ...
View QuestionChoose the CSS property that can be used for collapsing the borders between table cells?
a) border b) collapse-border c) border-collapse d) border-cell Answer: c Explanation: The border-collapse property sets whether the table borders ...
View QuestionWhich of the following CSS property border-color property sets the color of an element’s four borders?
a) border-background b) border-background-color c) border-color d) all of the mentioned Answer: c Explanation: The border-color property sets the ...
View QuestionSelect the CSS property that sets the width of an element’s bottom border?
a) border-width b) border-bottom c) border-width-down d) border-bottom-width Answer: d Explanation: The border-bottom-width CSS property sets the width of ...
View QuestionIdentify the CSS property defining bottom-left corner shape of the border?
a) border-radius b) border-corner-radius c) border-bottom-left-radius d) border-left-radius Answer: c Explanation: CSS3 border-radius property allows you can give any ...
View QuestionWhich of the following CSS property defines the different properties of all four sides of an element’s border in a single declaration?
a) border b) padding c) border-collapse d) border-width Answer: d Explanation: The border-width property sets the width of an element’s four ...
View Question