Very Simple Html lesson

superaff

New Member
I study HTML over at W3schools. It's filled with information you'll ever need as a newbie to get started and learn like a pro. ;)
 

priestm

New Member
A friend of mine said he used Frontpage to learn about HTML codes ... not sure exactly how he did it, but am sure one can figure it out
 

Susan-Reed

New Member
Do you NEED to learn HTML? Or do you just want to make a website?

I recommend using WYSIWYG at first, and learning how to code by looking at your code. It's pretty obvious.
 

jasikajohnson

New Member
Simple Html code
<Html>
<head>
<body>
<p>This is my first page</p>
</body>
</head>
</html>
this is the format you use this and many other tag in html all tag has a open or close tag you write in them all things are written in body opening and closing tags.
 

kenmaddox

New Member
Whenever I want to learn some programming codes I always surf the net, I'm pretty sure you'll find several sites that offers HTML codes
 
Top