HTML <br> tag
Example
A line break is marked up as follows:
| This text contains<br />a line break. |
 |
Definition and Usage
The <br> tag inserts a single line break.
The <br> tag is an empty tag which means that it has no end tag.
Browser Support

The <br> tag is supported in all major browsers.
Differences Between HTML and XHTML
In HTML the <br> tag has no end tag.
In XHTML the <br> tag must be properly closed, like this: <br />.
Tips and Notes
Note: Use the <br> tag to insert line breaks, not to create paragraphs.
Standard Attributes
The <br> tag supports the following standard attributes:
| Attribute |
Value |
Description |
DTD |
| class |
classname |
Specifies a classname for an element |
STF |
| id |
id |
Specifies a unique id for an element |
STF |
| style |
style_definition |
Specifies an inline style for an element |
STF |
| title |
text |
Specifies extra information about an element |
STF |
More information about Standard Attributes.
Event Attributes
The <br> tag does not support any event attributes.
More information about Event Attributes.
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 3500 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|