Homework 2
Due
Friday Oct 9, 11:59pm
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:
- <dl>
- <dt>
- <dd>
- <a>
- <ul>
- <li>
Problem 1
Use a definition list, tags dl dt dd
, to define and / or explain the following terms. You have to use a search engine to find this information. Part of the purpose of this assignment is to get you using search engines to find information. At the end of your list you must provide a list of links to the web pages you used. You have to use at least 5 different sources (So you can't use Wikipedia for every question). You do not have to give detailed answers to these unless you want to. You have to use some styles, similar to Lab 3
- What does HTTP stand for and what is its role.
- What is the difference between a client and a server.
- What is the difference between an ISP and a Web host.
- What is the difference between HTML and XHTML
- What is a pixel
- What is the screen resolution.
- What is an IP address. Given an example of one.
- What is the purpose of Domain Name System (DNS)
- What is a packet. (Pertaining to computer networks)
- What is TCP / IP
- What is a router
- What is a JPEG file
- What is a GIF file
Requirements:
- Name your file hw2.html
- You have to use a definition list.
- You have to use some
CSS
styles, similar to Lab 4, and 5. - You have to provide a list of resources used to answer these questions. This would be a list of hyper links to the web pages.
This list should appear after the definitions. Maybe you will use a horizontal rule
hr
tag to divide the page. Don't forget to title each division with a heading.
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
hw2.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 hw2 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.
If you are using students account
Your URL would be:
http://students.depaul.edu/~loginId/hci201/hw/hw2.html
If you are not sure how to this you should probably schedule some time with me so I can sit down with you.
If you are having problems uploading to your students account you can upload the HTML file to the COL system. This will not count as an acceptable form of submission but you will have 24 hours from the due date to get to the lab and upload your file to your students account. You can access your students account from any of the depaul labs. Properly submitting your file to your students account is part of the grade.