| To have it look like this... | Type this... |
|---|---|
|
Your text here (Italics) Your text here (bold) Your text here (blue text) Your text here (brown text) Your text here (gray text) Your text here (green text) Your text here (orange text) Your text here (purple text) Your text here (red text) This is header 1This is header 2This is header 3This is header 4This is header 5This is header 6 |
<em>Your text here</em> <strong>Your text here</strong> <span style="color: blue;">Your text here</span> <span style="color: brown;">Your text here</span> <span style="color: cyan;">Your text here</span> <span style="color: gray;">Your text here</span> <span style="color: green;">Your text here</span> <span style="color: orange;">Your text here</span> <span style="color: purple;">Your text here</span> <span style="color: red;">Your text here</span> <span style="color: yellow;">Your text here</span> <h1>This is header 1</h1> <h2>This is header 2</h2> <h3>This is header 3</h3> <h4>This is header 4</h4> <h5>This is header 5</h5> |
| To have it look like this... | Type this... |
|---|---|
|
<ul> <li>First item</li> <li>Second item</li> </ul> |
| To have it look like this... | Type this... |
|---|---|
|
<ol> <li>First item</li> <li>Second item</li> </ol> |
| To have it look like this... | Type this... |
|---|---|
| The Gnomes’ blog |
<a href="http://www.freerangegnomes.blogspot.com">The Gnomes’ blog</a> |
| To have your header look like this... | Type this... |
|---|---|
A red header |
<h2><span style="color: red;">A red header</span></h2> |
| To have your header look like this... | Type this... |
|---|---|
Italicized red header |
<h2><span style="color: red;">Italicized <em>red</em> header</span></h2> |
| To have your text look like this... | Type this... |
|---|---|
| Bold green text |
<span style="color: green;"><strong>Bold green text</strong></span> |