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.
<p>some text here an then <br /> some more text next line</p>