HTML5 <br> Tag
ExampleA line break is marked up as follows:
Try it yourself » |
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.
Differences Between HTML 4.01 and HTML5
None
Tips and Notes
Note: Use the <br> tag to enter blank lines, not to separate paragraphs.
Standard Attributes
The <br> tag also supports the Standard Attributes in HTML5.
Event Attributes
The <br> tag also supports the Event Attributes in HTML5.