Html Coding Help
|
bold |
<strong>place bold text between the code</strong> |
|
italic |
place <em>italic</em> text between the code |
|
combined bold / italic |
<strong><em>place bold / italic text between the code</em></strong> |
| bigger text |
<big>place bigger text between the code</big> |
| smaller text |
<small>place bigger text between the code</small> |
|
colors |
<p color="red">text here</p> other colors: black, blue, fuchsia, green, maroon, , olive, purple, red, teal. |
|
header sizes |
use header sizes 1-6: <h1>Headers</h1> or <h6>sizes</h6> |
|
<a href="https://twitter.com/#!/grenlist">link text here</a> |
|
|
new paragraph |
<p>this text will be displayed in a new paragraph.</p> |
|
line break |
<br /> |
|
horizontal dividing line |
place the “hr” code at the end to create a dividing line below<hr /> |
|
pre-formatted text |
<pre> |
|
bullets |
the following will place a bullet in front of each word; |
|
numbered |
the following will place sequential numbers in front of each word; |
