The <br>
produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.
Content categories | Flow content, phrasing content. |
---|---|
Permitted content | None, it is an empty element. |
Tag omission | Must have a start tag, and must not have an end tag. In XHTML documents, write this element as <br /> . |
Permitted parents | Any element that accepts phrasing content. |
Permitted ARIA roles | Any |
DOM interface | HTMLBRElement |
This element's attributes include the global attributes.
clear
Deprecated since HTML4.01 Obsolete since HTML5
Do not use <br>
to increase the gap between lines of text; use the CSS margin
property or the <p>
element.
Mozilla Foundation<br> 1981 Landings Drive<br> Building K<br> Mountain View, CA 94043-0801<br> USA
The HTML above outputs:
Mozilla Foundation
1981 Landings Drive
Building K
Mountain View, CA 94043-0801
USA
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of '<br>' in that specification. | Living Standard | |
HTML5 The definition of '<br>' in that specification. | Recommendation | |
HTML 4.01 Specification The definition of '<br>' in that specification. | Recommendation |
Feature | Chrome | Edge | Firefox | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | 1 | Yes | 1 | Yes | Yes | Yes |
clear |
1 | Yes | 1 | Yes | Yes | Yes |
Feature | Android webview | Chrome for Android | Edge mobile | Firefox for Android | IE mobile | Opera Android | iOS Safari |
---|---|---|---|---|---|---|---|
Basic support | Yes | Yes | Yes | 4 | Yes | Yes | Yes |
clear |
Yes | Yes | Yes | 4 | Yes | Yes | Yes |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br