Lab Write Up
Name: Elijah Levy
Period: 7
Assignment: Lab #1
Lab Overview
This lab focused on creating multiple webpages that are all interconnected, as well as learning the basics of HTML.
Questions
- What is an IP address? How does it work?
- A string of numbers used to identify different devices in a network. It works just like a phone number.
- What is a domain name? How does it relate to the IP address?
- A domain name is a shortcut to an IP address, designed to be more intuitive to users.
- 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 HTML image tag?
- It is open bracket img src= 'the url' close bracket.