Home / Programming MCQs / CSS MCQs / Question

P

Praveen Singh • 16.63K Points
Tutor I

Q. Select the output of the following CSS.

Code:
div {
    border-width:5px;	
    border-style:dotted solid double dashed;
}
(A) Box having dotted bottom outline, solid left outline, double top outline and dashed left outline
(B) Box having dotted bottom outline, solid right outline, double top outline and dashed left outline
(C) Box having dotted top outline, solid left outline, double bottom outline and dashed right outline
(D) Box having dotted top outline, solid right outline, double bottom outline and dashed left 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.