|
|
|
|
|
Quick HTML Tags
Text Formatting Tags:
Bold = <b>TEXT</b>
Underline = <u>TEXT</u>
Italic = <i>TEXT</i>
Font Face, Size, Color = <font face="arial" size=2 color="red">TEXT</font>
Headline Text = <h4>TEXT</h4>
<h6> is the smallest and <h1> is the largest.
Alignment & Spacing Tags:
New Paragraph = <p>TEXT</p>
To change the alignment of a paragraph use "left, center, right" (ex. <p align="left">TEXT</p>
Line Break = <br>
Indented Text = <blockquote>TEXT</blockquote>
Links:
Link = <a href="your_URL">TEXT</a>
To use an image as a link: <a href="your_URL"><img src="your_image.gif" border=0></a>
|
|