Back to Concepts

<br>

A single line break.

The `<br>` tag inserts a single line break. It is useful for writing addresses or poems where the division of lines is significant. The `<br>` tag is an empty tag which means that it has no end tag.

Live Example & Code

Preview Output
Line 1<br>Line 2<br>Line 3
HTMLViz
© 2026 HTMLViz. Open Source Learning.