Text Basics

                This example shows the use of headers, text alignment, different formatting and text colors.

First Headers...
<H1>H1 = Biggest</H1>

H1 = Biggest

<H2>H2 = A little smaller</H2>

H2 = A little smaller

<H3>H3 = Still Smaller</H3>

H3 = Still Smaller

<H4>H4 = Smaller</H4>

H4 = Smaller

<H5>H5 = Next Smallest</H5>
H5 = Next Smallest
<H6>H6 = Smallest</H6>
H6 = Smallest
Header Size example
Next, text alignment...
<H3 align="left">align to the left</H3>

align to the left

<H3 align="right">align to the right</H3>

align to the right

<H3 align="center">center stuff</H3>

center stuff

Text Alignment example
Next, differnet formatting tags...
<B>Bold Text</B>
Bold Text
 
<I>Italic Text</I>
Italic Text
 
<strike>Example Text</strike>
Example Text
 
<Blink>Blinking Text</Blink>
Blinking Text
 
<U>Underlined Text</U>
Underlined Text
 
<B>Strong Text</B>
Strong Text
 
<EM>Emphasized Text</EM>
Emphasized Text
Text Format example
Next, different text color...
<FONT COLOR="#000000">black</FONT>
black
 
<FONT COLOR="#0000FF">blue</FONT>
blue
 
<FONT COLOR="#00FF00">green</FONT>
green
 
<FONT COLOR="#00FFFF">light blue</FONT>
light blue
 
<FONT COLOR="#FF0000">red</FONT>
red
 
<FONT COLOR="#FF00FF">magenta</FONT>
magenta
 
<FONT COLOR="#FFFFFF">white</FONT>
white
Text Color example

Basic Tags Home Images