Web Development Projects
Lab 1 Questions
- What is an IP address? How does it work?
- A unique string of numbers separated by periods that identifies each computer using the Internet Protocol to communicate over a network.
- What is a domain name? How does it relate to the IP address?
- The part of a network address that identifies it as belonging to a particular domain. They are used to identify IP addresses
- What does HTML stand for?
- Hyper Text Markup Language
- What is the default page named in a website (e.g. the home page)?
- What is the image html tag?
Lab 2 Questions
- What is a server? How is it different than a standard computer?
- A server is engineered to manage, store, send and process data 24-hours a day and is more reliable than a desktop computer.
- Why are the tags needed for HTML tables?
- They define how many columns and rows the table needs.
- What does an iFrame allow you to do?
- The iframe tag allows you to embed code from another website into another website.
- What does the a tag do?
- It allows you to insert a link.
- What does the tr tag do?
- It allows you to make rows in tables.
Web Research
Home