Project 1
Lab questions
- What is an Ip address?
An IP address is the string of numbers assaigned to a computer. It is sent back and forth from clints and servers to help information get to the right computer
- What is a domain name? How does it relate to an IP address?
A domain name is the name given to an IP address that dictates which domain it belongs to Domain. It points to where the IP address is.
- What does HTML stand for?
Hyper Text Markup Language
- What is the default name of a webpage?
Homepge or Indexpage
- What is the image HTML tag
img src="example.com"
Back