Respuesta :
Explanation:
Input is an interactive control in HTML. When you want to create check box, text box, password box, radio button, button, etc can be created by using <input> tag in HTML.
Attributes:
type: type of control
Name: the name of the control which would be used in the code
Value: it defines the caption / label of the button.
According to the given code snippet, a "button" would be created with the label "cancel".