HyperText Markup Language/Tag List/br

Use edit

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.

Example edit

<h3>This is a Main Title<br /> This is a Sub Heading</h3>