[help plz] -
help plz
Discuss help plz
Posted by: fmz13
im starting to get into html, and hoping to learn other languages..
if you could help me, that would be great
add me on any of these
msn: [email]kungfu_devil13@hotmail.com[/email]
aol: xafi2
yahoo: kungfu_devil13
thanks,
scott
Posted by: ADZ
Go to [url]http://www.webmonkey.com[/url] for a decent HTML Tutorial, CSS tutorials and also an HTML cheat sheet. That is where i went for help.
Posted by: HardKore{Killa}
here is what u need to have on site to start out
[<html>
<head>
<title>Untitled</title>
</head>
<body>
<p>
</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 <p> and when u want to start a new line hit enter and then type <p>
for hyperlinks [<a href="http://www.yourdomain.com">What u want them to see it as</a>
thats some basics for you
here a bit of what a just did
<html>
<head>
<title>Untitled</title>
</head>
<body>
<p><b>See im using html to type this part up</b>
<p><a href="http://www.freewebs.com/hardkorekillaz>go here for my html site</a>
</body>
</html>
Posted by: HardKore{Killa}
WTF? i hate that i guess u should just go with webmonkey
Posted by: BlazingWolf
lol You have to put a ' before all of the < or else it thinks it's a tag