Web Development Lab 1 Write Up

Name: Olivia Moore

Period: 7

Assignment: Web Dev Lab #1

Lab Overview

This lab focused on creating a website and understanding HTML. Now, people can view the site publicly

Questions

1. An IP address is the identification code for an electronic device on a TCP/IP (Transmission Control Protocol/Internet Protocol) network.It enables someone to contact someone else on the network through their computer, such as emailing, using IM, etc.

2. A domain name is used to identify multiple IP addresses, meaning they represent many IP addresses. For example, Google has Google Docs, Sheets, Mail, etc. with the URLs titled www.docs.google.com, etc. The "google.com" part is the domain name. They include IP addresses in that the addresses are different sections of the domain.

3. HTML stands for Hypertext Markup Language.

4. The default page in a website is generally index.htm, index.html, or default.htm. It gets filled in automatically if a file is not listed in the URL.

5. The image tag in HTML is the tag that allows you to put a picture in your HTML code so that you can have a picture on a website or other program.