CST272 Project No. 3

Create a Web Page—and CSS


  1. The web document should implement a table with table headers; use an inline style attribute to set width and margin properties to center the table in the web document; this table is to be used for layout and positioning of elements, not for entering tabular data in rows and columns; there should be a minimum of 20 table data (detail) cells with information displayed in them (not just a 1 × 20 or a 2 × 10 table)
  2. Include one or more heading tags (any size <h1> through> <h6>)
  3. Use a paragraph tag block at least once
  4. Add one or more images to the page (these image files must be submitted along with the HTML document)
  5. Include at least one anchor tag to another web page
  6. Create an embedded style sheet in the <head> section that creates a class name with formatting elements that you define; apply that class as an attribute for one or more tags in the web document
  7. Create an external style sheet with several property elements and link it to the web document
  8. Use the align property in one or more of the CSS elements