Web Development Lab 2: HTML 2

Web Development Lab 2: HTML 2

    Some things we learned in this unit:
  1. How to make ordered and unordered lists
  2. How to make tables
  3. How to create sections within the webpage
  1. What is a server? How is it different than a standard computer?
  2. A server is a computer (program or device) which allows other programs or devices to function, which are called clients. It is different from a standard computer in that it is specialized to run servers on it, and that it is often more powerful and reliable than a standard (personal use) computer.

  3. What are the tags needed for HTML tables?
  4. The tags needed are the table, tr, th, and td tags.

  5. What does an iFrame allow you to do?
  6. An iFrame allows you to display a second a second, different webpage within the main webpage, such as the scratch projects on my "Scratch" page.

  7. What does the a tag do?
  8. The a tag defines a hyperlink, linking one page to another.

  9. What does the tr tag do?
  10. The tr tag defines a row of cells in a table

  11. What does it cost to have them create a webpage? How long does it take?
  12. The cost of creating website varies widely depending on how large and in depth the company or individual wants their website to be. It can be anywhere from $4,000 for a small business website to $30,000 for a large-scale website, and even more depending on what the company or individual wants. Creating a website typically takes about 14 weeks.