Web Development 2
- Lab 2 Task 1 Questions
- A server is a computer program or device that stores and provides data for other devices to access. It differs from a computer in that a computer usually just access the information from servers.
- The tags required for a HTML table are the table tag,table, the table row tag, tr, and the table data tag, td.
- An iFrame allows you to imbed another website or part of it on your website.
- An -a- tag allows you to link a website to yours.
- The -tr- tag allows you to create table rows.