due next week before class (Week 6)

Multipage

An html document named “index.html” that meets the following specifications.
This should not be made using any other method than notepad. If a WYSIWIG editor is suspected, you may not receive credit for the assignment.

This should be viewable using a browser.

Theme

Paying at the pump

 

HTML elements

Basic HTML skeleton as done in previous labs

 

 

the site should be organized with images in an images folder

 

index.html

Should be focused on the theme Utopia and contain the following:

  • 1 image
  • 2 paragraphs of text
  • at least one <h1> tag
  • at least one comment tag
  • a table with 3 rows and 2 columns and one use of "colspan"

 

page2.html

Should be focused on the theme Distopia and contain the following:

  • 2 images (not including buttons)
  • 3 buttons (linked to other pages)
  • 1 paragraphs of text (using <p> tags)
  • at least one <h1> tag
  • one ordered list
  • at least one comment tag
  • a table with cellpadding set to 3, and at least 3 rows and a width of 100%

 

page3.html

Should be focused on the theme City and contain the following:

  • 1 images (not including buttons)
  • 1 image as a link
  • 1 paragraphs of text (using <p> tags)
  • at least one <h1> tag
  • at least <strong> set
  • at least one comment tag

 

page4.html

Should be focused on the theme Rural and contain the following:

  • 2 images (not including buttons)
  • 2 links to pages on the web
  • at least one comment tag
  • a 2 column table wih a border set to 6 and cellspacing to 3

 

 

 

 

 

Each page listed above should have links to the other pages in a navigation bar at the very top of each page.

 

Organization

Your code should show some level of organization by spaces and indentations.