Setting up a website


A website is a collection of files written in HTML code to be served on the internet. You can start by creating a home page. When you enter your URL in the address bar and hit enter, the first file your browser looks for is index.html. Your home page must be called index.html(all lowercase letters). You can create other files and link to them using hyperlinks. It is up to you if you would like to organize your other website files into subfolders, much like the way you would organize files on your computer.

You must use your own web page/HTML editor. After you create your web files on your computer then you must upload them to the hosting server.