The Classes I take

  1. Spanish 4 Honors
  2. US History
  3. English 3
  4. Honors Physics
  5. Pre Calc
  6. APCS Principles

My Favorite Foods

Lab 2 Questions

1. What is a server? How is it different than a standard computer?

A server is a device or computer program the provides services to other computer programs or devices (called "clients"). A server cannot be directly accessed by a human, but a computer can.

2. What are the tags needed for HTML tables?

A table tag is needed to define an HTML table. There must also be one or more tr, th, and td elements. The tr tag defines a row in the table. The th tag defines a table header, and the td tag defines a table cell.

3. What does an iFrame allow you to do?

The iFrame tag allows the user to embed a seperate document (in a rectangle frame) into their own website.

4. What does the a tag do?

The a tag defines a hyperlink that the user can click on a be redirected to another website.

5. What does the tr tag do?

The tr tag defines a table row.

Home Page