| Divider |
Code |
Sample |
| Paragraph |
<p>You can arrange your text in paragraphs.</p><p>Each paragraph will begin on a new line. An empty line will separate paragraphs from each other.</p> |
You can arrange your text in paragraphs.
Each paragraph will begin on a new line. An empty line will separate paragraphs from each other.
|
| Line Break |
You can insert a line break where you wish<br> and the text will continue on the next line. |
You can insert a line break where you wish
and the text will continue on the next line. |
| No Line Break |
<nobr>This will always appear in one line. Do not make it too long!</nobr> |
This will always appear in one line. Do not make it too long! |
| Horizontal Line |
You can insert a horizontal line:<hr> |
You can insert a horizontal line:
|