Lab #1

  1. 1. What is an IP address? How does it work?

  2. An IP address allows information to be send and recieved from a specific destination.
  3. 2. What is a domain name? How does it relate to the IP address?

  4. A domain name is a URL that makes it easier to get to a website instead of having to type in a string of numbers.
  5. 3. What does HTML stand for?

  6. HTML stands for HyperText Markup Language.
  7. 4. What is the default page named in a website (e.g. the home page)?

  8. The default page named on a website is index.html
  9. 5. What is the image html tag?

  10. The image tag for html is < img src="" >.

Lab #2

  1. 1. What is a server? How is it different than a standard computer?

  2. A server is a computer and its purpose is to host web files that other users may be able to remotely access via an IP or a URL. It's different than a standard computer because a standard computer is able to do other tasks other than just host web files
  3. 2. What are the tags needed for HTML tables?

  4. < table > < /table > and < tr > < /tr > & < td > < /td >
  5. 3. What does an iFrame allow you to do?

  6. An iFrame allows you to embed media and other elements that may originate from another website
  7. 4. What does the < a > tag do?

  8. The < a > tag allows for a hyperlink to be created.
  9. 5. What does the < tr > tag do?

  10. It creates a table row in a table