|
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| An important rule | You have to mark the end of the paragraphs by <P> tag otherwise your paragraphs won't be separated. If you want to break a line, use the <BR> tag.
If you want to put even more space between your paragraphs combine the <P> tag with the &nbsp; tag. ( &nbsp; stands for non-breaking space) |
|---|---|
| All of the following tags come in pairs, they have an opening and a closing tag. If you are not using both of them it may ruin your message's layout. | |
| How it looks | The tag |
| <IMG SRC="mypicture.gif"> You can replace "mypicture.gif" with any URL. Make sure that the URL is accurate. | |
| Bold Text | <B>Bold Text</B> |
| Italic Text | <I>Italic Text</I> |
| Typewrite Text | <TT>Typewrite Text</TT> |
| <BLINK>Blinking Text</BLINK> | |
| Link to the home page | <A HREF="index.shtml">Link to the home page</A> You can replace "index.shtml" with any URL. Make sure that the URL is accurate. |
| Centered Text | <CENTER>Centered Text</CENTER> |
To indent a paragraph or lineuse this tag | To indent a paragraph or line <BLOCKQUOTE> use this tag</BLOCKQUOTE> |
| Font 1 | <FONT SIZE=1>Font 1</FONT> |
| Font 2 | <FONT SIZE=2>Font 2</FONT> |
| Font 3 | <FONT SIZE=3>Font 3</FONT> |
| Font 4 | <FONT SIZE=4>Font 4</FONT> |
| Font 5 | <FONT SIZE=5>Font 5</FONT> |
| Font 6 | <FONT SIZE=6>Font 6</FONT> |
| Font 7 | <FONT SIZE=7>Font 7</FONT> |
Head 1 | <H1>Head 1</H1> |
Head 2 | <H2>Head 2</H2> |
Head 3 | <H3>Head 3</H3> |
Head 4 | <H4>Head 4</H4> |
Head 5 | <H5>Head 5</H5> |
Head 6 | <H6>Head 6</H6> |
Unordered List
| Unordered List <UL><LI> item one |
Ordered List
| Ordered List <OL><LI> item one |
| Colored text RED GREEN PURPLE |
Colored text<BR> <FONT COLOR=FF0000>RED</FONT><BR> <FONT COLOR=00AA00>GREEN</FONT><BR> <FONT COLOR=0000FF>PURPLE</FONT> |
| If you want to use the more advanced features of HTML check out a guide from Yahoo's list. | |
Back to the top
© Copyright, 2001, Community Intelligence Labs