0% found this document useful (0 votes)
0 views

Program 2

The document is a sales form for the Millenium Gymnastics Booster Club's popcorn sales. It includes fields for the buyer's name, address, and a table listing various popcorn products with their prices and quantity inputs. Additionally, there are options for payment methods and buttons to submit or clear the order form.

Uploaded by

challalokesh4211
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

Program 2

The document is a sales form for the Millenium Gymnastics Booster Club's popcorn sales. It includes fields for the buyer's name, address, and a table listing various popcorn products with their prices and quantity inputs. Additionally, there are options for payment methods and buttons to submit or clear the order form.

Uploaded by

challalokesh4211
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<html>

<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>

You might also like