The SmartWeb™   Basic HTML Help
 
Text Tags
<b></b>
Creates bold text

Example:
Displays As:

<b>SmartWeb™</b>
 SmartWeb™
<i></i>
Creates italic text

Example:
Displays As:

<i>SmartWeb™</i>
SmartWeb™
<font size=?></font>
Sets size of font, from 1 to 7)

Example:
Displays As:

<font size=2>SmartWeb™</font>
SmartWeb™
<font color=?></font>
Sets font color
using basic colors
(blue, red, green, yellow etc,)

Example:
Displays As:

<font color=red>SmartWeb™</font>
SmartWeb™

Hyper Links & E-mail Links
<a href="URL"></a>
Creates a hyperlink

Example:
Displays As:

<a href="www.1awsm.com">www.1awsm.com</a>
www.1awsm.com
<a href="mailto:EMAIL"></a>
Creates a mailto link

Example:
Displays As:

<a href="mailto:info@1awsm.com">info@1awsm.com</a>
info@1awsm.com

Text & Paragraph Formatting
<br>
Inserts a line break

Example:
Displays As:

The SmartWeb™ is easy to <br> use and very easy to
The SmartWeb™ is easy to
use and very easy to
<li></li>
Precedes each list item, creates a bulleted list of items

Example:


Displays As:

SmartWeb™ benefits: <li>easy to use</li><li>fun to use</li><li>fast changes to your website</li>

SmartWeb™ benefits are:
  • easy to use
  • fun to use
  • fast changes to your website
  • <ol></ol>
    At the beginning and end of the listed items creates a numbered indented list

    Example:


    Displays As:

    SmartWeb™ benefits: <ol><li>easy to use</li><li>fun to use</li><li>fast changes to your website</li></ol>

    SmartWeb™ benefits are:
    1. easy to use
    2. fun to use
    3. fast changes to your website