Select from following answers:- font
- class
- styles
- style
- All Above
style html attribute is used to define an inline style,which is aplied on control and also written in control definition.
For Example:-
<asp:TextBox ID="TextBox1" runat="server" Style="text-align:left;border-color:red;"></asp:TextBox>
<asp:Label ID="Label1" runat="server" Style="width:100px;font-weight:bold;" Text="Name"></asp:Label>
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator