Web Development 1

Web Development Questions

  1. What is an IP address? How does it work?
    • "Internet Protocal" A series of numbers that identifys your computer on the internet. Like a return address to data you send out.
  2. What is a domain name? How does it relate to the IP address?
    • Its part of the IP address that links it to a specific name or domain.
  3. What does HTML stand for?
    • Hypertext Markup Language
  4. What is the default page named in a website (e.g. the home page)?
    • index.html
  5. What is the image html tag?
    • "img;" you must include src and alt.

Click HERE to return to Web Development Labs.