Click HERE to return to Web Development.
Click HERE to return to homepage.
-------------------------------------------------------------
1. What is a server? How is it different than a standard computer?
A. A server is a place where all of the information for websites is stored.
-------------------------------------------------------------
2. What are the tags needed for HTML tables?
A. "table border" in <>, ""
-------------------------------------------------------------
3. What does an iFrame allow you to do?
A. It allows you to insert a completely seperate, functioning website into your website.
-------------------------------------------------------------
4. What does the 'a' tag do?
A. It creates a hyperlink to another website.
-------------------------------------------------------------
5.What does the 'tr' tag do?
It adds another row to your table.
-------------------------------------------------------------
| One | Two | Three |
| Two | Three | Four |
| Three | Four | Five |
| One | Two | Three | four | five | six | seven | eight | nine | ten |
| Two | Three | four | five | six | seven | eight | nine | ten | eleven |
| Three | four | five | six | seven | eight | nine | ten | eleven | twelve |
| four | five | six | seven | eight | nine | ten | eleven | twelve | thirteen |
Click HERE to return to Web Development.
Click HERE to return to homepage.