Home Page
You can edit these pages to create a site for yourself with modern CSS styled Tabbed Navigation.
Learn more by clicking on the Article tab above and reading the SHORT articles there. You can easily do this in an afternoon.
The Home Page is the page that will be displayed when you visitor types in ONLY your domain name into the address bar of their browser. In this case the default page of the default folder in your web site's space will be displayed.
If you name the page that you want as your Home Page "index.html" (without the quotes) it will almost always be displayed. The default folder for your web pages is almost always called "httpdocs" or "public_html" if you are using Linux hosting which is most likely.
Since the Home Page is the one that visitors to your site are going to see first, you should place any links that you want them to be able to see. You can simply place a hyperlink to another page in your site or you could send the visitor to another web site altogether. Don't forget to link back to the Home Page or another link or your visitor might not find their way back.
Get a few pages setup with Navigation links and upload them to your web server. Your site can't get seen until you do that.
Most hosting will allow you to get email using your domain name and you can setup all the mailboxes that you need in most cases.
The Navigation and styling of this page is done by a CSS (Cascading Style Sheet) named "tabs.css"
To see the html code that produced this page, just right-click on a blank spot and choose View Source from the pop-up menu that appears.
Look for the explanatory comments in the code.