MS - CSc 6370

Web Programming

GSU

More info:

Click throught the assignments to view contents




Valid XHTML 1.0 Strict



Instructions

Assignment 1 (due September 1, 2008)
1. Create a website on codd.cs.gsu.edu for yourself. Include identification information and include links to each assignment in this class. The URL of the website will be: http://codd.cs.gsu.edu/~your_account
2. Solve problems 2.12 and 2.16 on pages 93-94 of the Sebesta textbook and place the solutions in your home page.
* Problem 12
Create, test, and validate an XHTML document that defines a table that has two levels of column labels: an overall label, Meals, and three secondary labels: Breakfast, Lunch, and Dinner. There must be two levels of row labels: an overall label, Foods, and four secondary labels: Bread, Main Course, Vegetable, and Dessert. The cells of the table must contain a number of grams for each of the food categories. * Problem 16
Create, test, and validate an XHTML document that has a form with the following controls:
1. A text box to collect the user's name
2. Four checkboxes, one each for the following items: (i) Four 100-watt light bulbs for $2.39, (ii) Eight 100-watt light bulbs for $4.29, (iii) Four 100-watt, long-life light bulbs for $3.95, and (iv) Eight 100-watt,long-life light bulbs for $7.49.
3. A collection of three radio buttons that are labeled as follows: (i) Visa, (ii) Mastercard, and (iii) Discover.
3. Apply as many CSS features as possible on your XHTML pages and your website to control their styles and layouts.

Note: Your XHTML documents can be validated by W3C HTML Validation Service

Answers

ml>