4. The
button is used to
clear the already entered data in a
form.*
Answers
Answered by
1
Answer:
Explanation:
Submit & Reset Buttons
The submit button is used whenever you want to submit a form and the markup looks like this:
<input type="submit" value="Submit now" />
The reset button is used to clear al inputs by the user and the markup looks like this:
<input type="reset" value="Reset" />
Similar questions