Home / Programming MCQs / CSS MCQs / Question

R

Ram Sharma • 178.09K Points
Coach

Q. What will be the output of the following CSS code?

Code:
div {
    border-width:5px;	
    border-style:dotted solid double dashed;
}
(A) Box having dotted bottom outline, solid right outline, double top outline and dashed left outline
(B) Box having dotted bottom outline, solid left outline, double top outline and dashed left outline
(C) Box having dotted top outline, solid right outline, double bottom outline and dashed left outline
(D) Box having dotted top outline, solid left outline, double bottom outline and dashed right outline

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.