What do we mean by Double border-style CSS property?

 Posted by vishalneeraj-24503 on 6/4/2014 | Category: ASP.NET Interview questions | Views: 1446 | Points: 40
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 

Comments or Responses

Login to post response