Select from following answers:- <input type=button>
- <input type=submit>
- <input type=reset>
- None
- All Above
All of these tags are mapped with the HtmlInputButton class.We can create command button, submit button.reset button with this class and can also execute their events on the server by
adding runat="server" attribute.
Show Correct Answer
|
Alert Moderator