How to Change Text to Look Cool
- 1). Change the text's color. This can be done by using the following code: <Font color="ColorName"> Text </font>. Replace "ColorName" with the name of a color (such as blue, red or green) and replace the word "Text" with your desired text.
- 2). Change the text's size. Use the following code: <font size="1">Text </font>. Replace the word "Text" with your desired text.
- 3). Make your text into a moving marquee. To do this, use the following code:
<marquee behavior="scroll" bgcolor="#FF0000" loop="-1">Text.</marquee>. Replace the word "Text" with your desired text. - 4). Create a highlight effect. To do this, use the following code: <SPAN style="BACKGROUND-COLOR: #ffff00">Text</SPAN>. Replace the word "Text" with your desired text.
Source...