It is an empty tag, adds a newline/line break in HTML content or text.

Usage: This is mostly used in poems, address & to start a line from the next line.

Example:

<html>
<body>
<p>
Hello world, <br/>
How are you.<br/>
This is HTML newline example.
</p>
</body>
</html>