Example
A line break is marked up as follows:This text contains<br>a line break.
The <br> tag is supported in all major browsers.
Definition and Usage
The <br> tag inserts a single line break.The <br> tag is an empty tag which means that it has no end tag.
Tips and Notes
Tip: The <br> tag is useful for writing addresses or poems.Note: Use the <br> tag to enter line breaks, not to separate paragraphs.