The <BR> or break tag will force a line break at its included point in the HTML document. Several break tags can be placed consecutively to insert blank vertical space into the web page.
Some Examples...
| HTML Code | Result |
| First line<BR>Second Line | First line Second Line |
How 'bout some breathing room?<BR><BR><BR>That's better | How 'bout some breathing room? That's better |