Vidyalelo
CSS · Q10

CSS Text, Borders and Images

Programming · CSS · question 10

Q10

Which of the following property defines the border-width, border-style and border-color of an element’s top border in a single declaration?

A.
border
B.
border-top
Answer
C.
border-top-corner
D.
border-top-style

Answer: Option B

Solution

Answer: Option B
Solution:
The border-top shorthand property sets all the top border properties in one declaration.