Tag: webmasters

Tech Talk – Uploading your first web page!

So you’ve made your first web page based on the last tutorial and now you want to know how to change it and upload it.  The most important thing to remember when working with web sites, web hosts and servers is that everything is based on files and folders just like your computer.  On most hosts you’ll be allowed to access the folder “www” or “public-html” in your account.  This is where you’ll be doing 99% of your work.  Inside that folder you can create unlimited new folders for various parts of your website.

Editing Your Page

You already know the basics of HTML if you are posting on blogs.  You know how to create links and most know how to add images.  How the page looks now, however, is up to you.  There are a number of free web design programs but I think it is important that you know how to do coding by hand.  This way you’ll be able to locate and fix mistakes later on.

Open up your “myfirstpage.html” page which you stored on your desktop last time.  Right click or double click anywhere on the page to and select “View Source” or “View Page Source”.  You will see the coding you cut and pasted last time.

Now let’s personalize it: