There are many ways to express yourself on the web. Now if we all just typed exactly like this all the time, there would be no emphasisand excitement on what you were writing at all. Now, if I typed with more variations to the text just like this, it would attract a lil' more of your attention and you would be more likely to be drawn to what was being written. Below are many of the codes that are used all over the web and on Myspace.
Adding Colors To Your Text - so its pretty!!
Red = <font color="red">Whatever text you want to be red</font>
Green = <font color="green">Whatever text You want to be green</font>
Blue = <font color="blue">Whatever text you want to be blue</font>
Other Colors = <font color="THE COLOR YOU WANT HERE">The Text You Want Colored Here</font>
Modify Font Face - Changing your Text's Font Face
<font face="Arial">Text Here</font> = Text Here
<font face="Times New Roman">Text Here</font> = Text Here
<font face="Courier New">Text Here</font> = Text Here
<font face="Georgia">Text Here</font> = Text Here
<font face="Verdana">Text Here</font> = Text Here
<font face="Tahoma">Text Here</font> = Text Here
Want to use another font face not listed here? <font face="Font Face">Text Here</font>
Replace Font Face with the font face name of your choice.
Modify Font Size - Make your text BIGGER or smaller!
<font size="1">Text Here</font> = Text Here
<font size="2">Text Here</font> = Text Here
<font size="3">Text Here</font> = Text Here
<font size="4">Text Here</font> = Text Here
<font size="5">Text Here</font> = Text Here
Wanna make it even bigger? <font size="Size Here">Text Here</font>
Just replace Size Here with any number you want.
Basic Text Formatting Key:
<B>text here</B> Bold Text
<U>text here</U> Underline
<S>text here</S> Strike Out
<I>text here</I> Italics Text
<DIV ALIGN=LEFT>text here</DIV> forces left justification for text
<DIV ALIGN=RIGHT>text here</DIV> forces right justification for text
<SUP>text here</SUP> Superscript (ex. abc)
<SUB>text here</SUB> Subscript (ex. H20)
<P> New Paragraph
<BR> Line Break