Lab 3: Lighthouses (Using CSS)

You are to create a web page and upload it to isis under your onyen as index.html in a folder named Lab3. That means that we will be able to access it using http://www.unc.edu/~onyen/Lab3. This structure must be exact.

The content of the page is the text that is found in lighthouses.txt. When you click on the link, your browser may open it directly in a new window, in which case you can simply copy in into the body of your HTML page. If it downloads it for you, open it is in a separate tab in Komodo Editor and copy and paste from there.

To make it easy to interpret the file, there are blank lines between headers and paragraphs. There is only a single paragraph in each section. The first paragraph ends with a list of five lighthouses, which is separated by a blank line.

Headers are to show the following subsection structure

You should be using header (h1, h2, ...) tags and paragraph tags.

You are to include your name and today's date on the web site.

The title of page (on the tab) is to be "NC Lighthouses".

All formatting to the page is to be done using an external style sheet (CSS). You MUST use an external style sheet. Specifically, the page should use non default formatting for:

The HTML and CSS for the page are to be properly formatted with appropriate indentation.

Remember to include a comment with your name and the date of the last update in the CSS file.

By submitting the lab you are pledging that you have neither given nor received unauthorized help.

HTML Validator and CSS Validator