HTML BASICS


Demostrating few HTML features

HTML is really a simple language.
It consist of odinary text with commands that are enclosed by "<"and">" characters, or between an "&" and ";" you dont really need to know much HTML to create a page, because you can only copy bits of HTML from other pages that do what you want, then change the text!
This page shows on the left as it apears in your browser and the corresponding HTML code apears on the right. The HTML commands are linked to explanation of what they do.


HTML doesn't normally use line breaks for odinary text. A white space of anysize is treated as single space. This is because the author of the page has no way of knowing the size of the readers screen, or what size type they will have their browsers set for.

Read More Basics

Coded by Noleen Mdletshe