Answer: It means Two solid lines on the element border or it specifies a double border on the elements or controls.
Syntax:-
border-style:double;
For Example:-
<asp:Button ID="Button2" runat="server" Text="Button" style="border-style:double;"/>
<div style="border-style:double;">Hello</div>
Asked In: Many Interviews |
Alert Moderator