Web Development Projects.
Task 1
- What is an IP address? How does it work?
- An IP address acts as identification for any device connected to the internet.
- What is a domain name? How does it relate to the IP address?
- What does HTML stand for?
-
- Hypertext Markup Language
- What is the default page named in a website (e.g. the home page)?
- What is the image html tag?
-
Task 2
- What is a server? How is it different than a standard computer?
- In computing, a server is a computer program or a device that provides functionality for other programs or devices, called "clients". These "clients" are standard computers.
- What are the tags needed for HTML tables?
- To make a table with HTML, the tags required are < table >, < /table >, < td >, < /td >", "< tr >", "< /tr >", "< th >", and "< /th >"
- What does an iFrame allow you to do?
- An iFrame allows you to imbed stuff like scratch projects (which you can view in my scratch page)
- What the < a > tag do?
- The < a > tag allows a link to be inbedded into the text.
home