The Basics
Text Manipulation
Italiacs = <i>sample text</i>
Bold =
<b>sample text</b>
Underline = <u>sample text</u>
Strike Out = <s>sample text</s>
Font Colour = <font
color=red>sample text</font> ( red, green, yellow, white, blue, etc.)
Centering = <center>sample text</center>
Font = <font
face="Arial">sample text</font> ( Arial, Courier etc. Whatever's
available)
Text Dividers
Paragraph Split = <p>
Simple
Divider = text <HR> text
Custom Divider = text<HR SIZE=8>text
(Size can vary)
Links
<a href="http://www.link.com/">Title of
Link</a>
Graphics
Simple = <IMG
SRC="imagename.gif">
Custom Size = <IMG SRC="imagename.gif" WIDTH=69
height=40> (Size can vary)
With Border = <IMG SRC="imagename.gif"
BORDER=2> (Border size can vary)
Picture with Mouse Roll-Over = <IMG
SRC="imagename.gif" ALT="Rollover Text">
Alignment = <IMG
SRC="imagename.gif" ALIGN=RIGHT> (RIGHT, CENTER, LEFT)
Lists
Bullets = <ul>
<li>Text One
<li>Text
Two
<li>Text Three
</ul>
Numbers = <ol>
<li>Text one
<li>Text Two
<li>Text Three
</ol>
List with Sub-List = <ul>
<li>Text One
<ul>
<li>Sub Text 1
<li>Sub Text 2
</ul>
<li>Text Two
<ul>
<li> Sub Text 3
<li>
Sub Text 4
</ul>
</ul>
HTML Tricks
Scrolling Text
= <marquee> Sample text </marquee>