Web Development Lab 1

Lab Questions:

  1. What is an IP address? How does it work?
  2. The IP address is a unique string of numbers separated by periods that identifies each computer using the Internet Protocol to communicate over a network.

  3. What is a domain name? How does it relate to the IP address?
  4. It is a structured label which is connected to a specific IP (Internet Protocol) address of a server where the web page is being hosted.

  5. What does HTML stand for?
  6. Hypertext markup language

  7. What is the default page named in a website (e.g. the home page)?
  8. "index.html"

  9. What is the image html tag?
  10. It is "img src='link'"