<br>
The line break element produces a forced line break within text.
Syntax
<br> Examples
<p>123 Main St.<br>Springfield, USA</p>
Output
Renders the address on two lines within a single paragraph.
Notes
A void element. Use only where the break is part of the content, such as addresses or poems. Do not use repeated <br> for spacing; use CSS margin instead.
Browser & runtime support
| Environment | Since version |
|---|---|
| chrome | 1.0 |
| firefox | 1.0 |
| safari | 1.0 |
| edge | 12 |