Assignment 1
What is an IP address? How does it work?
IP adress is an internet protocol address and it works by sending messages back and forth between networks.
What is a domain name? How does it relate to the IP address?
A domain name is the same of a website like 'something'.com. It relates to IP adresses because each domain has a unique IP address.
What does HTML stand for?
Hyper Text Markup Language
What is the default page named in a website (e.g. the home page)?
index.html
What is the image html tag?
' img src= "url" '
Back