Select from following answers:- font
- class
- styles
- style

- All Above
style property is used to define inline style.It is used on any controls.
For Example:
<asp:TextBox ID="txt1" runat="server" style="border-color:orange;"></asp:TextBox>
<asp:Button ID="btn1" runat="server" style="background-color:lightblue;" Text="Button" />
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator