Vidyalelo
CSS · Q3

CSS Text, Borders and Images

Programming · CSS · question 3

Q3

Select 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

Answer: Option D

Solution

Answer: Option D
Solution:
The border-bottom-width CSS property sets the width of the bottom border of a box.