-
Select the output of the following CSS.
div {
border-width:5px;
border-style:dotted solid double dashed;
}
-
- Box having dotted bottom outline, solid left outline, double top outline and dashed left outline
- Box having dotted bottom outline, solid right outline, double top outline and dashed left outline
- Box having dotted top outline, solid left outline, double bottom outline and dashed right outline
- Box having dotted top outline, solid right outline, double bottom outline and dashed left outline
- None of these
Correct Option: D
The shorthand run in clockwise direction.