1. What is an IP address?
An IP address is a numerical label assigned to each device participating in a computer network that uses the Internet Protocol for communication. An IP address serves two principal functions: host or network interface identification and location addressing. "A name indicates what we seek. An address indicates where it is. A route indicates how to get there."
2. What is a domain name?
Domain names are used to identify one or more IP addresses. For example, the domain name microsoft.com represents about a dozen IP addresses. Domain names are used in URLs to identify particular Web pages.
3. What does HTML stand for?
Hypertext Markup Language
4. What is the default page named in a website (e.g. the home page)?
index
5. What is the image html tag?
< img > with no spaces
Lab 2 Questions
1. What is a server?
A server is a computer program that provides services to other computer programs (and their users) in the same or other computers.
2. What are the tags needed for HTML tables?
You use < tr > for a table row, < tc > to write in the table cell and < th > for a table header
3. What does an iFrame allow you to do?
iFrame allows you to add content from another source onto your website.
4. What does an a tag do?
A < a > tag allows you to add a link to a different website.
5. What does the < tr > tag do?
It defines a table row on your website.
My Favorite Colors