A. |
Use the border-width, border-style, and border-color properties. |
B. |
Use the side-specific properties, such as border-top-width, border-top-style, and border-top-color. |
C. |
Use the border property to set the border for all edges, or the border-top, border-bottom, border-left, and border-right properties to set the border for a single edge. |
D. |
Use the border-radius shorthand property or one of the related edge-specific properties. |
Answer: Option C
Explanation:
Specify the style, color, and width of a border in a single declaration.Use the border property to set the border for all edges, or the border-top, border-bottom, border-left, and border-right properties to set the border for a single edge.
|