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

  1. 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.
  2. 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.
  3. What does HTML stand for?
    • HyperText Markup Language.
  4. What is the default page named in a website (e.g. the home page)?
    • Usually index.html
  5. What is the HTML image tag?
    • It is open bracket img src= 'the url' close bracket.