Warning:
This wiki has been archived and is now read-only.

Elements/br

From HTML Wiki
Jump to: navigation, search

<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:


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.