Click HERE to return to Web Development.
Click HERE to return to homepage.
-------------------------------------------------------------
1. What is an IP address? How does it work?
A. IP stands for Internet Protocal. An IP adress is a unique string of numbers separated by periods that identifies each computer using the Internet Protocol to communicate over a network.
-------------------------------------------------------------
2. What is a domain name? How does it relate to the IP address?
A. A domain name is the translated version of an IP adress. It is the unreadable string of numbers in an IP adress translated into a readable language with letters.
-------------------------------------------------------------
What does HTML stand for?
A. Hyper Text Markup Language
-------------------------------------------------------------
3. What is the default page named in a website (e.g. the home page)?
A. index.html
-------------------------------------------------------------
4. What is the image html tag?
A. "img" inside brackets.
-------------------------------------------------------------
Click HERE to return to Web Development.
Click HERE to return to homepage.