How to set font style as Italic or what is an alternate way?

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

Comments or Responses

Login to post response