Have you got a website started.. say, you started a free site at esmartstart.com like I did, and you wanted to add more than just the one page you get on there? What you have to do is create an HTML document and upload it. This page will hopefully teach you all you need to know about making an HTML document.
    How to create an HTML document & upload it:
  1. Open some sort of application that you type stuff in (preferably Windows Notepad).
  2. Click File, Save As..
  3. Where it says "Untitled", type what you would like to call your document, based on what that page will be about(if I wanted to upload this HTML document for a page about Cheetahs, I might call my document "cheetah_info.html..you cannot have spaces in your file names or they do not work on the internet) and put .html after the name..EXAMPLE: cheetah.html.
  4. In the "Save As Type" space, click the pull-down menu and select the bar that says "All Files (*.*)", which makes the file a true .html extension (if you had just left it as it was, the file would then be "cheetah.html.txt" which would make the file a true text (.txt) extension, which is not a .html extension,lol).
  5. Click "save" and you are done with that part!
  6. Next, login to your website's account (wherever that may be) and go into the file manager.
  7. In the file manager, find a button or link that says "upload" on it.
  8. Click on it, then click browse and find your file (my example, cheetah.html).
  9. Click "open" and then when you are back into the upload screen, click "upload".
  10. Return to your file manager after your HTML document has uploaded and you can put whatever info on your new document that you want!



Let's go HOME!