Examveda
Examveda

Select the output of the following CSS.
div {
	border-width: 5px;
	border-style: dotted solid double dashed;
     }

A. Box having dotted top outline, solid right outline, double bottom outline and dashed left outline

B. Box having dotted top outline, solid left outline, double bottom outline and dashed right outline

C. Box having dotted bottom outline, solid right outline, double top outline and dashed left outline

D. Box having dotted bottom outline, solid left outline, double top outline and dashed left outline

Answer: Option A

Solution(By Examveda Team)

The shorthand run in clockwise direction.

This Question Belongs to CSS >> CSS Text, Borders And Images

Join The Discussion

Related Questions on CSS Text, Borders and Images