Real Estate and Business Resources
Basic HTML Tags
Basic HTML Tags | |
| For This: | Type This: |
| Bolded Text | <b>Bolded Text</b> |
| Centered Text | <center>Centered Text</center> |
| Underlined Text | <u>Underlined Text</u> |
| Colored Text | <font color="code">Colored Text</font> * See chart below for color codes |
| Italicized Text | <i>Italicized Text</i> |
| Smaller Text | <font size=1>Smaller Text</font> |
| Regular-Sized Text | <font size=2>Regular-Sized Text</font> |
| Larger Text | <font size=3>Larger Text</font> |
| Larger Text | <font size=4>Larger Text</font> |
| Larger Text | <font size=5>Larger Text</font> |
| Larger Text | <font size=6>Larger Text</font> |
| Larger Text | <font size=7>Larger Text</font> |
| To make a clickable link in the HTML email version | <a href=http://www.yourwebsite.com/homes.html> www.yourwebsite.com/homes.html</a> |
|
For more color codes click here | ||||||||||||||||||||||||||||||||||||||||||||||||

