Homework 1
Due
Wednesday Sept 30
Before you begin
- Make sure you understand all HTML examples worked out so far. In particular make sure you know
how to use the following tags:
- <html>
- <head>
- <title>
- <body>
- <h1> - <h6>
- <p>
- <br>
- <hr>
- <strong>
- <a>
- <ul>
- <li>
Problem 1
Review and critique two web sites. Each review must be at least three paragraphs long. Put both reviews in the same
HTML file. Separate each one with a horizontal rule <hr>
tag.
- What is good about it ?
- What is bad about it ?
- How would you make it better ?
- Does it entertain, inform, sell ?
- Are the navigation links meaningful ?
Requirements:
- Each review must be at least three paragraphs long.
- It must be written using HTML.
- You have to enter the tags yourself. You cannot use FrontPage, Dreamweaver or any other program that generates the HTML for you.
- Name your file hw1.html
- You have to use all the tags mentioned above in, the before you begin section. You only have to use two of the heading tags. Remember all HTML files
have the tags
html head title body
. (You can use other tags mentioned in class or ones you discover on your own). - Your name should appear at the top of your document.
- Your page must link to each of the sites you are reviewing
- The background color of the document cannot be white. Check the resource section of the homepage for links to HTML colors.
- Use good grammar.
- No misspelled words. Run your page through a spell checker.
Turn in
For this first assignment submit the hw1.html file to COL. Ill talk about this in class/