Answer: We have
font-style as an in-built style property,which is used for setting font.font-style has italic option.
For Example:-
<asp:TextBox ID="TextBox1" runat="server" style="font-style:italic;"></asp:TextBox>
Asked In: Many Interviews |
Alert Moderator