HOW THE WEB WORKS DTC/ENGL 355 March 21, 2016
WHAT THIS MEANS FOR YOU NO WEBPAGE is visible to the world until you save it onto a server. In this case, the BlueHost server space I purchased.
WHAT THIS MEANS FOR YOU When there isn’t a.html file extension on an address (say, like the browser will look for the file index.html. For example, when I type it is looking for the index.html file in the kuurola.com root level (main) folder
WHAT THIS MEANS FOR YOU You need to care, and care deeply and in a detailed manner, about your file names and file structures.
Web Address Examples Let’s say I have a folder called “dogs” located in my root folder of my webserver space (in this case, kuurola) if I go to the web browser will look for an index.html page and will return that to my web browser. the browser will then render the HTML and return a webpage to me
Web Address Examples Where would we find this file?
Web Address Examples Where would we find this file?
Your Address IF you use the AML server, your address will be IF you use a web hosting service, you can choose your domain name, and your address will be
WHAT THIS MEANS FOR YOU DO NOT use spaces, symbols, or capital letters in your file or folder names (this is what a file called “dogs and cats!” would look like as a web address)
WHAT THIS MEANS FOR YOU DO NOT use spaces, symbols, or capital letters in your file or folder names (do you want to try to remember which letters you chose to capitalize in your file names? I think not. Lower case. Live it)
HTML The basics