Web Development
Web Development Projects
Answers to questions 1-5
- 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 computer or computer program that manages access to a centralized resource or service in a network. A server is dedicated to receiving and sending data 24/7.
- The ol tag and li tag.
- It allows you to embed things in your website.
- The a tag is used to link one page to another page.
- It defines rows and cells in a table
Homepage