Basic tags
Spacing
| effect | tag | result |
|---|---|---|
| line break | Text <br>More text | Text More text |
| paragraph break* | Text <p>More text | Text More text |
* To add extra space, use multiple <br> tags. Multiple <p> tags will not make a difference.
| effect | tag | result |
|---|---|---|
| line break | Text <br>More text | Text More text |
| paragraph break* | Text <p>More text | Text More text |
* To add extra space, use multiple <br> tags. Multiple <p> tags will not make a difference.