Answer: font-style property has a
NORMAL option,which is said to be the default option.By setting this option,Text will be normal i.e. no italic,no oblique.
For Example:-
<asp:TextBox ID="TextBox1" runat="server" style="font-style:normal;"></asp:TextBox>
Asked In: Many Interviews |
Alert Moderator