• Home
    • About Me
    • Projects
      • Scratch Garbage
      • Python Trash
    • Web Development
      • Web Development 1
      • Web Development 2
    • Mobile Development

    HTML Lab 1 Questions

      Lab #1

      1. What is an IP address? How does it work?
      2. An IP address is a website's unique identity. A user asks for an IP address and the computer sends the address back.

      3. What is a domain name? How does it relate to the IP address?
      4. A domain name is a website's name (ie Facebook or Twitter). A person searches up a domain name and the computer sends back the info that correlates with the domain's IP address.

      5. What does HTML stand for?
      6. HyperText Markup Language.

      7. What is the default page named in a website?
      8. "index.html".

      9. What is the image html tag?
      10. "img src".