HyperText Markup Language/Tag List/br
From Wikibooks, the open-content textbooks collection
[edit] Use
This makes the browser wrap text according to the width of the window, creating a new line. This tag is empty, that means that it is opened and closed at once. Note that attributes are not added to it.
[edit] Example
<h3>This is a Main Title<br /> This is a Sub Heading</h3>