Basic HTML

 
 
          

Form >> Create a Form >> Submit Button

 

Submit Button

Submit button allows to pass the transaction being made by the web page vistor.

HTML Code Sample Output
<table border=1 width=70%>
<tr>
<td>Submit??
<td><input type=submit value="submit">
</table>
Submit??

Form >> Create a Form >> Drop Down Menu Form >> Create a Form >> Reset Button