Lab Questions

Dominic Schottland

Questions

  1. What is a server? How is it different than a standard computer?
  2. What are the tags needed for HTML tables?
  3. What does an iFrame allow you to do?
  4. What does the "a" tag do?
  5. What does the "tr" tag do?

Answers

  1. A server is in essence a gateway to accessing a website. Using your rergular laptop, you send a request to the server and in return the server will send you packets containing the binary code for you to see and use the website.
  2. The tags needed for Tables in HTML are "table," "td," "table border," and "tr"
  3. iFrames allow people to split a HTML web browser into seperate documents and they can hold documents on different servers.
  4. The "a" tag allows people to embed links into your webpage.
  5. The "tr" tag defines a row of cells in a tag on a webpage.