OUTLINE-STYLE Property In CSS
outline-style Property in CSS
outline-style property Declares the style of the outline.
Possible Value:
none dotted dashed solid double groove ridge inset outset
Examplediv { outline-style:solid; }
div { outline-style:inset; }