Text Tags | |||
<b></b> Creates bold text |
Example: |
<b>SmartWeb™</b> SmartWeb™ |
|
<i></i> Creates italic text |
Example: |
<i>SmartWeb™</i> SmartWeb™ |
|
<font size=?></font> Sets size of font, from 1 to 7) |
Example: |
<font
size=2>SmartWeb™</font> SmartWeb™ |
|
<font color=?></font> Sets font color using basic colors (blue, red, green, yellow etc,) |
Example: |
<font
color=red>SmartWeb™</font> SmartWeb™ |
|
Hyper Links & E-mail Links | |||
<a href="URL"></a> Creates a hyperlink |
Example: |
<a
href="www.1awsm.com">www.1awsm.com</a> www.1awsm.com |
|
<a href="mailto:EMAIL"></a> Creates a mailto link |
Example: |
<a
href="mailto:info@1awsm.com">info@1awsm.com</a> info@1awsm.com |
|
Text & Paragraph Formatting | |||
<br> Inserts a line break |
Example: |
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: |
SmartWeb™ benefits: <li>easy to use</li><li>fun to use</li><li>fast changes
to your website</li> SmartWeb™ benefits are: |
|
<ol></ol> At the beginning and end of the listed items creates a numbered indented list |
Example: |
SmartWeb™ benefits: <ol><li>easy to use</li><li>fun to use</li><li>fast changes
to your website</li></ol> SmartWeb™ benefits are:
|
|