Tags Reference
Defines a single line break
This text contains<br />a line break.
The <br> tag inserts a single line break. The <br> tag is an empty tag which means that it has no end tag.
Differences between HTML and XHTML, In HTML the <br> tag has no end tag. In XHTML the <br> tag must be properly closed, like this: <br />.
Tips and Notes:
Use the <br> tag to insert line breaks, not to create paragraphs.