basichtmllab2: links and lists

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

Create a site centered on the theme “storms.” You could pick the Miami Hurricanes, Hurricane Wilma, or a “stormy” topic in today’s popular culture. Make it as relevant to the theme of “storms” as possible and consistent within its choice (a site covering nuclear winter should not also have a photos of the Miami Hurricanes). The photos, text and tabular data should all reflect your take on this theme. The more creative, the better.

 

HTML elements

Basic HTML skeleton (Doctype, title, body etc)

 

 

At least 3 links

 

 

At least one image that is a link (also called a button)

 

 

An email link

 

 

At least 4 special characters (including one non-breaking space)

 

 

An unordered list

 

 

An ordered list

 

 

A list(unordered or ordered) nested inside one of the above

 

Organization

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