Web Development 2

Name: Chris Theo

Period: 7

Assignment: Web Development 2

Web Deveolopment 2 Questions
  • What is a server? How is it different than a standard computer?
  • A server is a computer that executes commands and holds data for server clients. Servers are different from standard computers because they need to be powerful in order to execute tasks and run when a normal computer would not be able to.
  • What are the tags needed for HTML tables?
  • You need the the tags: table, tr, td, and th tag.
  • What does an iFrame allow you to do?
  • A iframe tag allows you to embed another document into the current code
  • What does the "a" tag do?
  • The "a" tag defines a hyperlink in the code. This allows you to link one page to another
  • What does the "tr" tag do?
  • The "tr" tag defines a row in a html table
Numbers in table two!
  1. One
  2. Two
  3. Three

Click HEREto return to homepage