Q. Select the output of the following CSS.
Code:
div {
border-width:5px;
border-style:dotted solid double dashed;
}
β
Correct Answer: (A)
Box having dotted top outline, solid right outline, double bottom outline and dashed left outline