Assignment Instructions

  1. This is a continuation from Assignment #19, so copy and rename your assignment19.htm and assignment19.css files to assignment20.htm and assignment20.css
    1. Set the width and height of the table and/or cells by using the following CSS properties: width & height
    2. Set the horizontal alignment and vertical alignment of the text in the cells by using the following CSS properties: text-align & vertical-align
    3. Add a title (such as "Hexadecimal Color Codes") as the first row of the table by using the following HTML element: caption
    4. Change the background colors in the cells to appropriate colors in each COLUMN using HTML element colgroup OR in each ROW using HTML attributes id or class
  2. Do NOT copy and paste my web page examples, otherwise you will earn 0 (zero) points for your assignment grade.
    1. I created examples to help you understand the concepts.
    2. If you simply copy and paste and make a few changes, you will not learn the concepts.
  3. Keep the content of your web page legal and non-offensive.
  4. Use SHH or Fugu to publish assignment20.htm and assignment20.css on your UH UNIX account in the dmed120 folder.
    1. If you are useing a PC, follow the SHH Instructions
    2. If you are useing a Mac, follow the Fugu Instructions
  5. View your web page at the URL http://www2.hawaii.edu/~username/dmed120/assignment20.htm (where username is your UH UNIX username).
  6. Click on the validator icons at the bottom of your webpage.
    1. If the color is green, you are done.
    2. If the color is red, you have trouble-shooting to do on your webpage.
  7. See the syllabus for the submission guidelines and the grading guidelines.

Click to validate the HTML code

Click to validate the CSS code