Vidyalelo
CSS · Q55

CSS Text, Borders and Images

Programming · CSS · question 55

Q55

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

A.
border-up
B.
border-bottom
C.
border-style
D.
none of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Syntax: border-top: border-width border-style border-color;