Exercise: Create a Simple Website

Author: Grace Lee Sum Yee (TA for 309)


Modified by Arnold, and Michael Bennett

Create an abc subdirectory inside public_html. Place all documents for this lab inside abc. Zip up and submit abc to the IVLE Labs/html workbin.
Create a website for ABC Cabinet. There should be two pages:

  1. main.html: Show the name of the company, a list of the products sold, and a table contains the images and prices of the products.
  2. order.html: A order form that asks for name, address, method of payment, card number, which products are ordered, and the colour of the product. Include a reset button and a submit button.

Here are the images needed:

Method of payment: VISA or MasterCard

Colours available: white, black and brown

Here is a sample page of main.html:
main page image

Here is a sample page of order.html:
order page image

Additional Requirements

References and Hints