6. <input type = >displays push
button which activates on events. *
Answers
Answered by
0
Answer:
input type="button"> <input> elements of type button are rendered as simple push buttons, which can be programmed to control custom functionality anywhere on a webpage as required when assigned an event handler function (typically for the click event).
Similar questions