Project 1

Lab questions

  1. What is an Ip address?
  2. An IP address is the string of numbers assaigned to a computer. It is sent back and forth from clints and servers to help information get to the right computer
  3. What is a domain name? How does it relate to an IP address?
  4. A domain name is the name given to an IP address that dictates which domain it belongs to Domain. It points to where the IP address is.
  5. What does HTML stand for?
  6. Hyper Text Markup Language
  7. What is the default name of a webpage?
  8. Homepge or Indexpage
  9. What is the image HTML tag
  10. img src="example.com"

Back