Question

Create an order page with the following criter Five items listed with checkbox. Shipping method listed with radio buttons. Pa
0 0
Add a comment Improve this question Transcribed image text
Answer #1

<!DOCTYPE html>

<html>

<body>

<h1> Order Page </h1>

<form>

<table>

<fieldset>

              <label> <b> Items: </b> </label> <br>

  <input type="checkbox" name="Egg" value="Egg">

  <label for="Egg"> Egg </label><br>

  <input type="checkbox" name="Coffee" value="Coffee">

  <label for="Coffee"> Coffee </label><br>

  <input type="checkbox" name="Tea" value="Tea">

  <label for="Tea"> Tea </label><br>

  <input type="checkbox" name="Bread" value="Bread">

  <label for="Bread"> Bread </label><br>

  <input type="checkbox" name="Jam" value="Jam">

  <label for="Jam"> Jam </label><br><br>

  <label> <b> Pickup : </b> </label>

  <input type="radio" name="local" value="local" > Local Pickup

  <input type="radio" name="service" value="service"> US Service Delivery <br><br>

  <label> <b> Payment Method : </b> </label>

    <select name="payment" size="3">

    <option value="cash">Cash On Delivery </option>

    <option value="creditcard">Credit Card</option>

    <option value="debitcard">Debit Card</option>

    <option value="wallet">Wallet</option>

  </select> <br><br>

  

  <label> <b> Store Location : </b> </label>

    <select name="store" size="3" multiple>

    <option value="yoseme"> Yoseme </option>

    <option value="yellowstone">Yellow Stone</option>

      <option value="regin"> Regin </option>

     </select> <br><br>

    

     

     <label> <b>  Billing Date: </b> </label>

  <input type="date" name="billdate"> <br><br>

     <label> <b>  Email Address : </b> </label>

  <input type="email" name="email"> <br><br>

    

  <input type="submit" value="Submit">

  </fieldset>

  </table>

</form>

</body>

</html>

Please do comment for any queries please

Add a comment
Know the answer?
Add Answer to:
Create an order page with the following criter Five items listed with checkbox. Shipping method listed...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Your goal of this assignment is to create a mini shopping page with a form and...

    Your goal of this assignment is to create a mini shopping page with a form and math calculations. Your web page should capture the users First Name, Last Name, Street Address, City, State, and Zip Code. It should ask them how many items they wish to buy. It should present them with a list of at least 3 items with different prices - they need to pick one. It will then alert them to what their customer information (name and...

  • Create a system flowchart and review the controls in the process. See attached document for details....

    Create a system flowchart and review the controls in the process. See attached document for details. Flowchart Assignment Business Process Diagramming and Control Evaluation The project is based on the business processes and controls for Order Entry/ Shipping and Billing / Cash Receipts at NashGulch Furnishings. NashGulch Furnishing sells high end, i.e. expensive and unique, home and office furnishings to design studios, building contractors, and architects. Customers place orders over the phone to the NashGulch customer fulfillment center, Nash Gulch...

  • Lhe ABC Shipping Company charges the Rates listed in the following table: Weight of the package R...

    The ABC Shipping Company charges the Rates listed in the following table: Weight of the package            Rate per mile in California      Rate per mile other states 2 kg or less                                          $2.5                                                     $3.5 Over2 kg but not more than 6 kg        $3.5                                                     $5.0 Over 6 Kg but not more than 10 kg    $4.5                                                     $6.0 Over 10 Kg but not more than 30 Kg $5.0                                                     $7.5 Over 30 kg                                          $6.0                                                     $8.5 Create an application that contains two radio buttons to select California...

  • Create an HTML5 page that contains a form to collect the following data. The text in...

    Create an HTML5 page that contains a form to collect the following data. The text in bold indicates the id value that should be assigned to each html control: Product (drop down list) product – iPad, iPhone 6S, Galaxy 5S, Moto X, and so on Quantity (number) quantity Unit price (number) unit_price Discount (%)(number) discount_rate Date (date)   order_date First Name (text box)   first_name Last Name (text box)   last_name Payment type (drop down list)   payment_type – Visa, Master, Discover, Amex, and...

  • This Python program will need to include the following items listed below. You are to customize your program and create the sequence in any order of your choice. Must include Python comments for each...

    This Python program will need to include the following items listed below. You are to customize your program and create the sequence in any order of your choice. Must include Python comments for each of the items shown below. Calculate a Percentage. For example, the discount percentage on a sale item. Use of 3 Constants. To be used for values that will not change throughout the life of the program. A Turtle Graphic Logo. This logo will be used to...

  • I need help writting a Javascript function that does the following its for a HTML/CSS Shopping...

    I need help writting a Javascript function that does the following its for a HTML/CSS Shopping Cart Page CODE This page contains a list of the selected products that includes an image, name, price, quantity, and cost) Because the process is implemented not as real, three products along with its image and price are displayed on the page. The product ID of each product is stored in a hidden textbox. The default amount of each product is 1 and the...

  • Design an original, professional web site following the specifications listed below. This web sit...

    Design an original, professional web site following the specifications listed below. This web site will be for a business you plan to set up for yourself or for someone else. The following is a detailed list of the requirements for your web site. READ them carefully. Instructions - Web Site Requirements for the web site: General: You will thoroughly test all your pages in more than one browser. All links MUST work. All graphics must show on the page. All...

  • 484 Core Concepts of Accounting Information Systems a. Using Access, create an employee table sim- ilar...

    484 Core Concepts of Accounting Information Systems a. Using Access, create an employee table sim- ilar to the one shown in Figure 15-4. Create created. (Hint You can use the aforemen- tioned expression for the department code as a validation rule.) at least one record for this table b. Create validation rules for the listed restric tions and an accompanying validation text for each. Document your work by provid- ing a table outlining exactly what rules you c. Test each...

  • You will develop an E-Commerce database used to maintain customers, products and sales information. You are...

    You will develop an E-Commerce database used to maintain customers, products and sales information. You are required to 1) gather and analyze requirements 2) design logical structure of the database 3) create stored procedures to develop the tables and insert the data 4) write SQL statements for data extraction and reporting. Throughout the course of this semester you have analyzed the requirements for an eCommerce database, designed and developed your database. As a class we have gone through the process...

  • Instructions for using the SAP ERP system start on page 13 of this document. Account Balances...

    Instructions for using the SAP ERP system start on page 13 of this document. Account Balances as of December 31, 2018 Debit Balance Credit Balance 100000 Bank Account $277,518 110100 Accounts Receivable (Direct Posting Account) 92,670 110150 Allowance for Bad Debts 2,500 200600 Inventory-Operating Supplies 8,832 200900 Inventory-Raw Materials (Direct Post) 52,000 200910 Inventory-Finished Goods (Direct Post) 281,298 200920 Inventory-Trading Goods (Direct Post) 66,474 210000 Prepaid Insurance 5,000 212000 Prepaid Advertising 1,100 220110 Land (Direct Post) 425,000 220210 Production Machinery,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT