Answer: It specifies a solid line or solid border to any element or control border.
Syntax:-
border-style:solid;
For Example:-
<asp:Button ID="Button2" runat="server" Text="Button" style="border-style:solid;"/>
Asked In: Many Interviews |
Alert Moderator