Submit Button
•When a user clicks on a submit button the browser submits the contents of all other fields to a web server using the method and action attributes.
•<input type=submit value=“Send now">
•May have multiple submit buttons on a page (with different values).
•Default value is “Submit Query”