Website Development

Task 3 Questions:

What is an IP address? How does it work?
An IP address is a unique string of numbers separated by periods that identifies each computer/device.
An IP address is the locational aspect of the pair allowing the packets of information to be sent and received to the correct location.

What is a domain name? How does it relate to the IP address?
A domain name is a name that identifies an IP address, making it understandable to humans.
However, a domain name can identify one or more IP addresses, or more than one domain name can lead back to a single IP address.
An IP address is unique, and a domain name doesn't have to be.

What does HTML stand for?
HTML stands for Hypertext Markup Language.

What is the default page named in a website (e.g. the home page)?
The default page in a website is the index page.

What is the image html tag?
The image html tag is < img src="imagename.png" >

Homepage!