Program 2
Program 2
<head>
<title>POPCORN SALES FORM</title>
<h2>WELCOME TO MILLENIUM GYMNASTICS BOOSTER CLUB POPCORN SALES</h2>
</head>
<body bgcolor="pink">
<form>
Buyer's Name:
<input type="text" name="buyers name" value="" size=25>
<br/>
Street Address:
<input type="text" name="street address" value="" size=25>
<br/>
City,State,Zip:
<input type="text name="City,State,Zip" value="" size=25>
<br>
<table border=3>
<tr><th>Product Name</th><th>Price</th><th>Quantity</th></tr>
<tr><th>Unpopped Popcorn(1 lb.)</th><th>$3.00</th><th><input type="text" value=""
size=4></th></tr>
<tr><th>Caramel Popcorn(2 lb,container)</th><th>$3.50</th><th><input type="text"
value="" size=4></th></tr>
<tr><th>Caramel Nut Popcorn(2 lb,container)</th><th>$4.50</th><th><input
type="text" value="" size=4></th></tr>
<tr><th>Toffey Nut Popcorn(2 lb,container)</th><th>$5.00</th><th><input type="text"
value="" size=20></th></tr>
</table>
<br/>
Payment Method:
<br/>
<input type="radio" name="payment">
Visa
<input type="radio" name="payment">
Master card
<input type="radio" name="payment">
Discover
<input type="radio" name="payment">
Check
<br/>
<input type="Sumbit Order" name="Submit Order">
<input type="Clear order form" name="Clear order form">
</form>
</body>
</html>