here is what u need to have on site to start out
[<html>
<head>
<title>Untitled</title>
</head>
<body>
</body>
</html>]
dont include the ['s i have to do that so u can see the html cause html is on
start writing at the
and when u want to start a new line hit enter and then type
for hyperlinks [
What u want them to see it as
thats some basics for you
here a bit of what a just did
<html>
<head>
<title>Untitled</title>
</head>
<body>
See im using html to type this part up
<a href="http://www.freewebs.com/hardkorekillaz>go here for my html site</a>
</body>
</html>