Html is Hyper Text Markup Language. It is used to make web pages. There are many steps in making a web page. It seems hard but it really isn't. You just put phrases together. Here are some basic commands

</B></P> <CENTER><B><BR> - ends the current line and starts on the next </B><A NAME=""></A><B>- the anchor tag which most people refer to as the link. - centers the objects between it (the same tag without attributes and a forward slash like this ) </B></CENTER> <P><FORM ACTION="" METHOD=POST> <P><A NAME=""></A><B>- begins a form like for an on-line chat </B></P> <P> <HR> </P> <P><A NAME=""></A><B>- - tells what the text should look like or </B> </FORM></P> <P><A NAME=""></A><B>- used to create a frame <INPUT TYPE=text NAME=name VALUE="" SIZE=20> - used form, what type of input to use. </B></P> <P><A NAME=""></A><B>- identifies a new paragraph &nbsp; - creates a space - Inserts a picture </B><A HREF="url%20of%20the%20page"><B>- Inserts a link

This is just a beginning on HTML, there are many sites on the web about it.