First page Back Continue Last page Graphics
<input type=“submit”>
The submit value displays a push button with the preset function of sending the data in the form to the server to be processed, as defined by the action attribute in the <form> tag.
<input type="submit" value="text" />
Whatever is put in the text for the value attribute will be what is seen as the Submit button.
<input type="submit" value="Click here to submit your choices" />