Computer Studies
Define Submit button with reference to HTML form
HTML Advanced Features
16 Likes
Answer
This is a special button created that allows our form to be submitted to the website. It is done just by clicking once on the submit button and confirms the task.
Syntax:
<input type = "submit">
Answered By
10 Likes