HTML Code replace the word text with the text you wish displayed

Text Tags    

Text colors

<FONT COLOR="Black">text</FONT>

 

Text colors

<FONT COLOR="Red">text</FONT>

 

Text colors

<FONT COLOR="Orange">text</FONT>

 

Text colors

<FONT COLOR="Yellow">text</FONT>

 

Text colors

<FONT COLOR="Green">text</FONT>

 

Text colors

<FONT COLOR="Blue">text</FONT>

 

Text colors

<FONT COLOR="Brown"> text</FONT>

 

Text colors

<FONT COLOR="Gold">text</FONT>

 

Text size 1

<FONT SIZE=1>text</FONT>

 

Text size 2

<FONT SIZE=2>text</FONT>

 

Text size 3

<FONT SIZE=3>text</FONT>

 

Text size 4

<FONT SIZE=4>text</FONT>

 

Text size 5

<FONT SIZE=5>text</FONT>

 

Text size 6

<FONT SIZE=6>text</FONT>

 

Text size 7

<FONT SIZE=7>text</FONT>

 

Normal

<N>text</N>

 

Bold

<B>text</B>

 

Italic

<I>text</I>

 

Underline

<U>text </U>

 

Arial Font

<FONT FACE="Arial">text</FONT>

 

Arial Black Font

<FONT FACE="Arial Black">text</FONT>

 

Comic Sans MS Font

<FONT FACE="Comic Sans MS">text</FONT>

 

Impact Font

<FONT FACE="Impact">text</FONT>

 

Times New Roman Font

<FONT FACE="Times New Roman">text</FONT>

 

Verdana Font

<FONT FACE="Verdana">text</FONT>

 

Trebuchet MS Font

<FONT FACE="Arial">text</FONT>

 

Paragraphs

 

 

<p></p> Creates a new paragraph  
<p align=?> Aligns a paragraph (substitute ? with left, right, justify or center  
BlockQuote <blockquote>text</blockquote>  
Links    
Hyperlink <a href="URL">TEXT</a> Opens in same window
  <a href="URL" target="_blank">TEXT</a> Opens in a new window
mailto link <a href="mailto:EMAILADDRESS">TEXT</a>  
Anchor <a name="INVISIBLENAME">TEXT</a>  
Goes to Anchor <a href="#INVISIBLENAME">TEXT</a>  
Lists    

Ordered list

<OL><LI>text<LI>text<LI>text</OL>

Add or delete <LI>text to change number of items

Bulleted List

<LI>text<LI>text<LI>text

Add or delete <LI>text to change number of items

Graphics    
Adds an image <img src="image address">  
Aligns an image: left, right, center; bottom, top, middle <img src="image address" align=?>  
Sets size of border around an image <img src="image address" border=?>  
Adds a description of the image that displays when you move over image. <img src="image address" alt=?>  
Limits width of an image in this case to 40 <img src="image address" width=40>  
Links to an image <a href="address"><img src="image address"></a>  
Other    
Marquee <marquee>text</marquee> Default direction is left to right
  <marquee direction=right >text</marquee> Code for right to left scrolling
  <marquee behavoir=alternate>text</marquee> Code to bounce back and forth
  <marquee behavior="scroll" direction="up">text</marquee> Code for scrolling up
  <marquee bgcolor=yellow>text</marquee> Sets background color behind marquee

 

<marquee scrolldelay=50 >text</marquee>

Increase or decrease number to change speed (1 is fastest )

  <marquee><img src="image address" width="100" height="100"></marquee>
Code for scrolling image

 

<marquee><img src="image address" width="100" height="100">text</marquee>

  followed my text

Horizontal Rule <HR>  

Sets size (height) of rule

<hr size=?>

 

Sets width of rule, in percentage or absolute value <hr width=?>  
Creates a rule without a shadow
<hr noshade>  
Registered TM &reg;  

Copyright

&copy;