Lab #1
1. What is an IP address? How does it work?
- An IP address allows information to be send and recieved from a specific destination.
2. What is a domain name? How does it relate to the IP address?
- A domain name is a URL that makes it easier to get to a website instead of having to type in a string of numbers.
3. What does HTML stand for?
- HTML stands for HyperText Markup Language.
4. What is the default page named in a website (e.g. the home page)?
- The default page named on a website is index.html
5. What is the image html tag?
- The image tag for html is < img src="" >.
Lab #2
1. What is a server? How is it different than a standard computer?
- A server is a computer and its purpose is to host web files that other users may be able to remotely access via an IP or a URL. It's different than a standard computer because a standard computer is able to do other tasks other than just host web files
2. What are the tags needed for HTML tables?
- < table > < /table > and < tr > < /tr > & < td > < /td >
3. What does an iFrame allow you to do?
- An iFrame allows you to embed media and other elements that may originate from another website
4. What does the < a > tag do?
- The < a > tag allows for a hyperlink to be created.
5. What does the < tr > tag do?
- It creates a table row in a table