Welcome to my Website Development Page!

Lab 1

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

    An IP address is an Internet Protocol address, and it acts as a device's identification.
  2. What is a domain name? How does it relate to the IP address?

    A domain name is very similar to an IP address, but it is identification string. It is easy (most of the time) for humans to read as well.
  3. What does HTML stand for?

    HTML stands for Hypertext Markup Language.
  4. What is the default page named in a website? (e.g. the homepage?)

    The original page is index.html until renamed.
  5. What is the image HTML tag?

    The image HTML tag is img src="link"

Lab 2

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

    A server is a major computer that sends information to its "clients." Servers are generally used by big name companies like Facebook or google.
  2. What are the tags needed for HTML tables?

    Start with table, then tr is table row and td is table data
  3. What does an iFrame allow you to do?

    It specifies an inline frame and allows you to embed things.
  4. What does the a tag allow you to do?

    It allows you to begin a link.
  5. What does the tr tag allow you to do?

    It allows you to fill your table rows with table data.