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?
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.
Tags need for HTML tables are: tr, th, td, caption, col, colgroup, ,head ,tfoot, tbody
An iFrame allows you to display a web page inside of a web page.
An a tag allows you to define a hyperlink, it is used to help indicate the link's destination
A tr tag allows you to align information into a set of rows inside of a table