Assignment 2

Assignment 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 tag do?
  • Answers
    1. A server is a computer or system of computers where you can store information and access it from other computers
    2. It is different from a normal computer because normal computers can only access the servers.
    3. For an HTML table you need the table tag to create and end the table, the tr tag to create a table row, and the td tag to add table data.
    4. An iframe allows you to embed a website within another website
    5. The a tag allows you to link another website from your website
    6. Click HERE to return to homepage.