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