Advertisement
lessientelrunya

form_code

Jun 27th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.37 KB | None | 0 0
  1. <html>
  2.     <body>
  3.         <div>
  4.             Arbitrary first division
  5.         </div>
  6.  
  7.         Here is a form:
  8.         <div>
  9.             <form>
  10.                 Text: <input name="a" type="text" />
  11.                 Password: <input name="b" type="password" />
  12.                 Radio: <input name="c" type="radio" />
  13.                 Checkbox: <input name="d" type="checkbox" />
  14.                 Submit: <input name="e" type="submit" />
  15.             </form
  16.         </div>
  17.     </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement