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 somewhere you can store information and access it from anywhere. This is different from a normal computer because a computer accesses servers.
You need the -table- tag used to start and end the table, the -tr- tag to create a table row, and the -td- tag to make table data
The iFrame allows you to embed another website or part of a website on your website.
The -a- tag allows you to link another website to your website.
The -tr- tag makes a row for the table you have made.