Consider the code:
(Choose1
div {
border: double;
}
answer)
<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
Q: 15