I am starting this simple and easy to use tutorial for people who are begining their site and are new to the web ( internet).

To start your site, you will need the following. in this order:

1. domain name

2. hosting for your domain


A good company for your web howsting is www.webune.com they have great affordable and cheap plans starting at 2.95 a month. that's something we all can afford. its a great plan to start getting your feet wet. webune is the webhosting wallpaperama uses for this web site - we recomend it.

once you have both the domain name and hosting. your hosting provider will give you a ftp account, this account will be used to upload your web files. once you have your ftp account, go to the next step

create a sample web page - copy and past the following html code to your site and save it as index.html. if you are using windows, you can use notepad to paste this code:

CODE:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<p>Hi, this is my first html file</p>
<p>this the index.html file </p>
</body>
</html>


now go to your browser and go to your domain name, you should see a page with only two lines:
CODE:

Hi, this is my first html file

this the index.html file


that's it, you are have sucesfuly started the great opportunities that the internet has to offer.

post your questions here and i will answer them for you. i will be you online virtual teacher instructor tutor.