HTML Tips
A little code can enhance your listing.
Line Break and Horizontal Line
|
Tag
|
How to use it
|
What it looks like
|
|
<BR>
|
A line break <BR> starts a new line.
|
A line break starts a new line.
|
|
<HR>
|
This is called a <HR> horizontal rule.
|
This is called a horizontal rule.
|
<CENTER>
</CENTER>
|
<CENTER>centered text</CENTER>
|
centered text
|
Stress some text by Using Italic, Bold and Underline
|
Tag
|
How to use it
|
What it looks like
|
|
<i> </i>
|
<i> This is Italic text.</i>
|
This is Italic text.
|
|
<B> </B>
|
<B> This is Bold text </B>
|
This is Bold text
|
|
<U> </U>
|
<U>This text is underlined.<U>
|
This text is underlined.
|
Change the color of your text.
Find lots of colors here
|
Tag
|
How to use it
|
What it looks like
|
<FONT COLOR=color> </FONT>
|
<FONT COLOR=blue>Colored text</FONT>
|
Colored text
|
<FONT COLOR=color> </FONT>
|
<FONT COLOR=lime>Colored text</FONT>
|
Colored text
|
<FONT COLOR=color> </FONT>
|
<FONT COLOR=teal>Colored text</FONT>
|
Colored text
|
Back