![]() |
What you will learn
(at a glance)
Email the webmaster Legal stuff |
Foreword
Welcome to Learning HTML Step
by Step! This website is created to teach HTML to the very beginner, and
can bring him till he becomes a webmaster. HTML is, firstly, a very simple
markup language and has no programming elements in it. Because of this,
it is much easier to learn HTML than any other language. Mastering HTML
brings its own rewards, like when seeing a sleek webpage created by your
very own fingers. An example is 2j99's
Homepage.
| Topic Title | What it teaches you |
| Basic HTML Tags | <HTML></HTML>
<HEAD></HEAD> <TITLE></TITLE> <BODY></BODY> |
| Breaking up your text | <BR></BR>
<P></P> |
| Formatting text blocks / text | <P ALIGN="...">
<CENTER> <I> <B> <small> <U> <H1> - <H6> |
| Defining page colors | <BODY ...> |
| Defining font/s | <FONT ...></FONT> |
| Defining links (hyperlinks) | <A HREF="..."></A> |
| Displaying graphics | <IMG SRC="..."> |
| Aligning graphics | <... align="..."> |
| Creating tables and columns | <TABLE></TABLE>
<TABLE BORDER="..."> <TABLE CELLSPACING="..."> <TABLE CELLPADDING="..."> <TABLE WIDTH="..."> <TR></TR> <TD></TD> <TH></TH> |
| Defining different characters | Codes for all the different characters, for example, "&" is "&" |
| Frames | <FRAMESET COLS="...">
<FRAME SRC="..."> <NOFRAMES> |