Web Development Lab 2

Questions

  • What is a server? How is it different than a standard computer?
  • What are the tags needed for HTML tables?
  • What does an iFrame allow you to do?
  • What does the a tag do?
  • What does the tr tag do?
    1. A server is a computer or computer program that manages access to a centralized resource or service in a network. It is different from a regular computer because a server is what holds all this incoming and outcoming information.
    2. Tags need for HTML tables are: tr, th, td, caption, col, colgroup, ,head ,tfoot, tbody
    3. An iFrame allows you to display a web page inside of a web page.
    4. An a tag allows you to define a hyperlink, it is used to help indicate the link's destination
    5. A tr tag allows you to align information into a set of rows inside of a table

    Click here to return to homepage