Vidyalelo
CSS · Q48

CSS Text, Borders and Images

Programming · CSS · question 48

Q48

Which of the following property defines in a shorthand form the width, style, and color for the bottom border of an element?

A.
border-bottom
Answer
B.
border-bottom-color
C.
border-bottom-all
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
Syntax: border-bottom: border-width border-style border-color;