Answer: Dotted property has a series of dots on the border of any controls or elements or it specifies a dotted border on the element's border.
Syntax:-
border-style:dotted;
For Example:-
<asp:Button ID="Button2" runat="server" Text="Button" style="border-style:dotted;"/>
<div style="border-style:dotted;">Hello</div>
Asked In: Many Interviews |
Alert Moderator