EXAMPLE |
HTML CODE |
This is bold text |
<B> text </B> |
This is italic text |
<I> text </I> |
This is underlined text |
<U> text </U> |
This is bold italic text |
<B><I> text </I></B> |
This is bold italic underlined text |
<B><I><U> text </U></I></B> |
This
inserts
a
line
break |
text <BR>text <BR>text <BR>text <BR>text |
This is a link
click on this text |
<A HREF="http://www.somesite.com/somepage.htm TARGET="_BLANK" > click on this text </A> |
This is an image
 |
<IMG SRC="http://www.somesite.com/your.gif" ALIGN="RIGHT" > |
This is an image with a border
 |
<IMG BORDER="1" SRC="http://www.somesite.com/your.gif" ALIGN="RIGHT" > |
This is default text with an image using ALIGN="LEFT"
This is my text with the image aligned LEFT so that the text wraps around.
|
<IMG ALIGN="left" SRC=" http://www.somesite.com/your.gif " > This is my text with the image aligned LEFT so that the text wraps around. |
This is Red Text |
<FONT COLOR="red"> Red Text </FONT> |
This is Orange Text |
<FONT COLOR="orange"> Orange Text </FONT> |
This is Yellow Text |
<FONT COLOR="yellow"> Yellow Text </FONT> |
This is Green Text |
<FONT COLOR="green"> Green Text </FONT> |
This is Blue Text |
<FONT COLOR="blue"> Blue Text </FONT> |
This is Violet Text |
<FONT COLOR="violet"> Violet Text </FONT> |
This is arial font |
<FONT FACE="arial"> text </FONT> |
This is courier font
|
<FONT FACE="courier"> text </FONT> |
arial font size=+2
arial font size=+1
arial font size=+0
arial font size=-1 |
<FONT SIZE= + n or -n FACE="arial"> text </FONT> |
This is a default horizontal rule
|
<HR> |