0% found this document useful (0 votes)
11 views1 page

Ast 2

Uploaded by

abhirana8697
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)
11 views1 page

Ast 2

Uploaded by

abhirana8697
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>
<LINK REL=STYLESHEET HREF=pza.css >
</HEAD>
<BODY>
<h1 id=d> Pizza Order Form </h1>
<hr>
<img src=images/byte.png align=right height=250 width=350>
<H2> CHOOSE YOUR FAVOURITE PIZZA! </H2>
<form action=pizzabyte.co.in method=get>
Name: <input type=text >
Mobile No: <input type=text maxlength=10> <br> <br>
Address: <input type=text> <br> <br>
Select Pizza:
<select>
<option> Cheese Pizza
<option> Four Cheese Pizza
<option> Veggie Pizza
<option> Pepperoni Pizza
<option> Meat Pizza
<option> Hawaiian Pizza
<option> Margherita Pizza
<option> BBQ Chicken Pizza
</select> <br><br>
Size:
<input type=radio name=size> Small
<input type=radio name=size > Medium
<input type=radio name=size> Large <br> <br>
<input type=checkbox> Buy 2 get 1 FREE! <br> <br>
Any more detail: <br>
<textarea placeholder="Type Extra Details here..." rows=3 cols=50></textarea>
<button type=submit id=e> Process Order </button>
</form>
</BODY>
</HTML>

You might also like