Web Development Lab #1

Questions and Answers

1) An IP address is string of numbers which allow one computer to communicate with another computer via the Internet. The IP address basically gets linked to all your online activity, like a return address and sends that out to the server and other computers.

2) The domain name is used to identify one or more IP addresses, such as google.com, which has a bunch of distinct IP addresses (websites).

3) HTML stands for: Hypertext Markup Language.

4) The default page of the website is called "index.html".

5) The image html tag is: img src="image link"