Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML>
- <html>
- <body>
- <form action="search.php" method="post">
- <h1>Use this form to select an appropriate letter to filter results by. </h1>
- <p>
- Chosen letter: <select name="choice">
- <option value="a">A</option>
- <option value="b">B</option>
- <option value="c">C</option>
- <option value="d">D</option>
- </select>
- <p><input type="submit"></p>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment