Web Development 2

Question #1: What is a server? How is it different than a standard computer?

Question #2: What are the tags needed for HTML tables?

Question #3: What does an iFrame allow you to do?

Question #4: What does the 'a' tag do?

Question #5 What does the 'tr' tag do?

Answer #1: A computer or computer program that manages access to a centralized resource or service in a network.

Answer #2: The 'td', 'tr', and 'table tags are neede to make a table in HTML.

Answer #3: An iFrame is a type of tag that allows you to embed things onto your website.

Answer #4: It defines a hyperlink, linking one page to another totalyl different page.

Answer #5: The 'tr' tag is used to define rows in a table on HTML.