http://www.googleguide.com/web_address.html
Below is a simplified explanation of what makes up a web address:
Here’s a sample URL:
http://www.crsd.org/buildings/nj/index.html
http:// stands for Hyper Text Transfer Protocol and that basically tells the computer that we are looking to “Transfer” “Hyper Text” (a webpage) from the internet to your computer. When typing a web address into Internet Explorer you usually don’t even have to type the “http://” because the computer assumes it.www stands for World Wide Web which is the body of software rules and protocols that make up what we know of as the internet. Just about every webpage you’ll ever view is a part of the world wide web.
buildings/nj/ if you remember the old old days of DOS (before we had mice and folders on the screen) you might remember switching folder levels using the “/”. If you don’t remember its OK, but you should know that “/buildings/nj/” tells the computer to go to a folder labeled “nj” that is inside a folder labeled “buildings”.
index.html this is the actual file name of this webpage. More specifically, “index” is the name of the file and “.html” is the file extension which tells the computer what kind of file it is. “.html” stands for Hyper Text Markup Language which is the language most web pages are written in.
Now you know what the different parts of a web address are.











