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