Geography, asked by ks4015615, 6 months ago

4. The
button is used to
clear the already entered data in a
form.*​

Answers

Answered by chandanatk27
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