Lab Write Up

Name: Arman

Period: 7

Assignment: Lab #1

Lab Overview

This lab was about creating and linking your different html pages together into one cohesive website. As well as learning about important basic html codes. The full lab description is found HERE.

My Solution

I used brackets to create a website with different htmls and using the codes we learned.

Questions

  1. What is an IP address? How does it work?
    • A bunch of numbers used to identify a computer in a network. It's a unique string used to send data throughout the network.
  2. What is a domain name? How does it relate to the IP adress?
    • The network adress that links it as a part of a specific domain. They are basically shortcuts for IP adresses.
  3. What does HTML stand for?
    • Hypertext Markup Language.
  4. What is the default page named in a website?
    • Usually index.html.
  5. What is the image html tag?
    • It is open bracket img src='the url' close bracket