Quick Version: Pick a topic and create a 3 page website about it.
Requirements:
- Three separate HTML pages, each with content about the topic
- All three pages are linked together
- At least one picture on each page
- Include the following tags: <p>, <div>, <a>, <img>
- Include a CSS stylesheet (either internal or external) so that every page has styles.
- Required CSS style elements: color, background-color, margin, border, padding, width, text-align
- Make sure your HTML documents all have a <head> section and a <body> section, and only one of each.