Homework 3
Due
Due, Tuesday Feb 16, 11:59pm
Write an HTML document(s) describing what you learned in classes 2,3,4,6,7,9,and 12. That is, what you have learned about HTML, CSS, Photos, Graphics, Computers etc .. and the web in general. Start your document with at least 3 paragraphs summarizing all classes, then give a breakdown of what we learned in each class. That is in class 1 we learned .. etc.. Each class section must be at least two paragraphs. Try and be specific, for example don't say...
I learned what HTML is.
You want to say ..
I learned that HTML is a coding language which consists of a collection of tags used to describe the logical structure of a web document.
Or something like that.
Make sure you review all notes and labs before you begin
Requirements:
- Name your file hw3.html
- You have to use a good amount of HTML.
- You have to use a good amount CSS styles. At least 5 tags have to have style rules. Thats is write some rules for the body, headings ect ...
- Do not allow your paragraphs to extend the whole width of the page, use margins.
- Use good contrast between the text and background.
- Your summary must be at least 3 paragraphs.
- Each class break down must be at least 2 paragraphs.
- You must display at least 3 images throughout the document.
- Your html file(s) must be uploaded to your webserver.
Tips
- Start right away
- Go through all the examples covered in class. Don't forget about the inline links to examples in the course notes.
- First markup the document with HTML tags. Then go back and put in the style using CSS.
- HTML documents should not be more than two screens. If your document is longer you should split this up into two documents, where each document links to each other. This is not required for this assignment but if you finish early experiment with this.
Turn in
You will be submitting the URL to your html file.
Your html file must be uploaded to the webserver you are using.
- Create a sub directory of hci201, name it
hw
- Upload
hw3.html
to thehw
directory.
If you are using 000webhost
- When you login you should see your domain name. It should look something like this:
XXX.comlu.com where XXX is the name you picked. - Note:
comlu
maybe something else. - Provided you have been following instructions, the URL to your homework file should look something like this.
- Login into the Course Online system and select assignments. Look for hw3 then click submit.
- Copy the URL and paste the URL into the comment box.
- Submit the URL to your homework by copying the URL into the comment box.
- Also, type the URL into the browser to view your work online.