HTML/Elements/br
From Web Education Community Group
Contents |
<br>
The <br> element represents a line break.
Point
- This element must be used only for line breaks that are actually part of the content:
- poems
- addresses [Example A] ...
HTML Attributes
See global attributes.
Examples
Example A
[try it]
<p>32 Vassar Street<br> Cambridge, MA 02139 </p>
HTML Reference
The HTML5 specification defines the <br> element in 4.6.24 The br element.

