Advertisement
Guest User

Untitled

a guest
Aug 24th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title></title>
  5. </head>
  6. <body>
  7. <form action="" method="get">
  8.     <select name="myoption">
  9.         <option>Option 1</option>
  10.         <option>Option 2</option>
  11.         <option value="third option">Option 3</option>
  12.     </select>
  13.     <input type="submit">
  14. </form>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement