Guest User

Untitled

a guest
Jul 23rd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>  
  3. <body>
  4.  
  5. <form action="search.php" method="post">
  6. <h1>Use this form to select an appropriate letter to filter results by. </h1>
  7. <p>
  8.  
  9. Chosen letter: <select name="choice">
  10.   <option value="a">A</option>
  11.   <option value="b">B</option>
  12.   <option value="c">C</option>
  13.   <option value="d">D</option>
  14.  
  15. </select>
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <p><input type="submit"></p>
  22. </form>
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment