Applying dashed border style in CSS
The correct answer for the border
property is the dashed
value. Other types of border style include dotted, solid, double, groove, ridge, etc. If you decide to make each side of a different style, you should use the border-style
shorthand property and specify each value in a clockwise order starting from the top, e.g.: border-style: dotted dashed solid double;