Order GMail
  Your Own Logos
  All About GMail
  Here's What You Get
  Help Manuals
  Lost Password?
  Managing a Team
  HTML GMail


The tags listed below are all the basic HTML codes (tags) that can be used in GMail to enhance messages.

HTML can be very complex and there are hundreds of other tags used to design web pages. However, you will not need these since GMail is already setup and ready for text input.

To use the tags, simply insert tags as shown, complete with the brackets
< and >, and the web page will magically obey your code. You can test and change as much as you want and you can do no harm.

CAUTION: Always use the 'Test Message' key to test your messages. If you make any mistakes then just click 'Back" and make corrections.

Note: If you click 'Send Message' it will create a real message that can only be deleted by the GMail Account administrator.

List of Basic HTML tags:

Tag What it Does
<b>  </b>Makes Bold text. Use </b> to end bold text
<font color="red">
</font> to end color
Makes Color text. Use </font> to end color.
Colors: Red, Green, Blue, Brown, Gray
<u>  </u>Underline text. Use </u> to end underlined text
<i>  </i>Italic text. Use </i> to end italic text
<hr>Makes a line. Tip: Use <hr noshade size=1> to make a thin line
<ul> </ul> Indented bulleted list. Use </ul> to end the list
Tip: Use <ul type=circle> to make a hollow circle
Use <li> at the start of each bulleted line
<ol> </ol>Indented numbered list. Use </ol> to end a list
Use <li> at the start of each bulleted line
<blockquote>Makes an indented paragraph
</blockquote>End of indented paragraph