Web Development Projects

Lab 1 Questions

  1. An IP adress is a set of numbers unique to a computer or a website, that helps the routers know where to direct you.
  2. Domain names are used to identify multiple IP adresses.
  3. html stands for hypertext markup language
  4. The default page in a website is named the index page
  5. The image html tag is < img src= " " >

Lab 2 Questions

  1. A server is
  2. The tags used for html tables are < tr > and < td >
  3. An iFrame tag allows you to embed something such as a scratch project into a website.
  4. The < a > tag allows you to insert a link into your website.
  5. The < tr > tag creates a new row within a table.

Lab 2 Task #3

Back to home page.