Advertisement
Fhernd

SubmitButton.html

Jan 23rd, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.21 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.     <head>
  4.         <title>Submit Button</title>
  5.     </head>
  6.     <body>
  7.         <form>
  8.             <input name="q">
  9.             <input type="submit">
  10.         </form>
  11.     </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement