Which of the following properties specify the width of the borders?
Options:
Explanation:
Both
border and
border-width properties specify the width of the borders. The
border property is a shorthand property for
border-width,
border-style, and
border-color.
Tags:
CSS
Answer:
Which of the following properties specify the width of the borders Both A and C.