***For HTML noobies, this is very useful for basic decoration in your blog, comments and page
***
A regular Body background
<body background=”IMAGE URL”>
Body Background (fixed/non-moving)
<body background=”IMAGE URL”bgproperties=”fixed”>
A Line (pick your own width and height)
<hr width=NUMBER color=COLOR size=NUMBER>
(ex, width=100, color=red, size=3)
A certain font color text
<font color=COLORHERE>TEXT HERE
PROPERPINK
(ex. color=blueviolet)
Certain font size
<font size=NUMBER>TEXT HERE
PROPERPINK
(ex. size=5)
Certain font face
<font face=”FONTNAME”>TEXT HERE
PROPERPINK
(ex. font=impact)
All size, face, and color in one
<font face=”FONT” size=NUMBER color=COLORHERE>TEXT HERE
PROPERPINK in Times New Roman, size 2, and Turquoise.
Text with a background color
<span style=background:COLOR> TEXT GOES HERE</span>
PROPERPINK
Spacing letters
<H3 STYLE=”LETTER-SPACING:#em”> TEXT HERE</H3>
PROPERPINK
Italics
<i>Italicized text here</i>
Slashout
<s>Slashout text here</s>
Bold
<b>Bold text here</b>
Underline
<u>Underlined text here</u>
SuperScript
<sup>SuperScript text here</sup>
SubScript
<sub>SubScript text here</sub>
Typewriter
<tt>Typewriter text here</tt>