(Choose 1 answer)
Consider the code:
div { border: double;}
<div>This is a div </div>
Choose the right statement?
A. A div element is formatted such as a double border-style and black border-color
B. A div element is formatted such as a single solid border-style and black border-color
C. A div element is formatted such as a double border-style and any border-color
D. A div element is formatted such as a dotted border-style and black border-color
Exit 35