Choices for the question are not given to select from, but the answer is obvious and unique so it is given below.
Answer:
border-color: grey, black, black, grey;
Explanation:
For making the colored borders on a web page, the property border-color of used. It has 1 to 4 elements/values (as needed) to color the borders. The order of the borders (elements) is given below:
Now as explained above these elements can also be three instead of four displaying the colors of first three sides that are top, right and bottom.
Similarly, when one or two elements will be given the color of respective borders will be changed.
Note:
We should first set the border-style (design) property then move towards the color property.
i hope it will help you!