Answered step by step
Verified Expert Solution
Question
1 Approved Answer
QUESTION 1 Create HTML document that allows a customer to order pizza as listed below. Design your form creatively. Include some style sheet in your
QUESTION 1 Create HTML document that allows a customer to order pizza as listed below. Design your form creatively. Include some style sheet in your design to make it more interesting. Your order pizza page (order.html) should allow user to enter name, address, phone and quantity of pizza they want to order (refer to figure 1). There will be a submit button that will produce invoice page (invoice.php). Invoice page is used to process data collected from form and generate an invoice for the customer. Invoice page will display purchase details such as name, address, phone, current date, pizza name, quantity, unit price, subtotal for each pizza and total price (refer to figure 2). There will be a service charge tax at the rate of 5% for every purchase. Pizza Name Pizza Hawaiian Chicken Pizza Pepperoni Pizza Cheese Unit Price (RM) 20.00 15.00 10.00 QUESTION 1 Create HTML document that allows a customer to order pizza as listed below. Design your form creatively. Include some style sheet in your design to make it more interesting. Your order pizza page (order.html) should allow user to enter name, address, phone and quantity of pizza they want to order (refer to figure 1). There will be a submit button that will produce invoice page (invoice.php). Invoice page is used to process data collected from form and generate an invoice for the customer. Invoice page will display purchase details such as name, address, phone, current date, pizza name, quantity, unit price, subtotal for each pizza and total price (refer to figure 2). There will be a service charge tax at the rate of 5% for every purchase. Pizza Name Pizza Hawaiian Chicken Pizza Pepperoni Pizza Cheese Unit Price (RM) 20.00 15.00 10.00
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started