Basic HTML:



This page contains a basic HTML tutorial.

Other pages:
For Chat HTML go here
For HTML TABLES go here



Basics:


For italics use


For bold use


For underline use


To change the font size use


To change the font color use


To change the font color and size at the same time use


For a next line use


For a next line with a space between the lines use


For fixed width (called preformatted) text use:


For blinking text use


For centering text use

 <center> Words </center>
Result:
Words


For a black line across use


Slightly Advanced:


You can combine tags such as:
 <font size=5><b><u> Words <u><b></font> 

Result: Words

Note: HTML tags should not be overlaped. In other words:
This is correct:
 <b><u> Words <u><b> 
Whereas this is problematic:
 <b><u> Words <b><u> 


FastCounter by bCentral