Skip to content

Instantly share code, notes, and snippets.

@kasundharmadasa
Last active June 1, 2017 16:55
Show Gist options
  • Save kasundharmadasa/557e32e28e1897008a0f950ca6bd25e8 to your computer and use it in GitHub Desktop.
Save kasundharmadasa/557e32e28e1897008a0f950ca6bd25e8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Liquor Store</title>
</head>
<body>
<center>
<h1>
Select the type of Liquor
</h1>
<form method="post" action="SelectLiquor">
<br>
<select name="Type" size="1">
<option>WINE</option>
<option>WHISKY</option>
<option>BEER</option>
</select>
<br><br>
<input type="submit">
</form>
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment