Which option is the default option for font-style property?

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

Comments or Responses

Login to post response