HyperText Markup Language/Tag List/br

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Use[edit | edit source]

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 | edit source]

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