HTML 5 <br> Tag
Example
A line break is marked up as follows:
This text contains<br />a line break. |
View it » |
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 HTML 5
None
Tips and Notes
Note: Use the <br> tag to enter blank lines, not to separate
paragraphs.
Standard Attributes
The <a> tag also supports the Standard Attributes in HTML 5.
Event Attributes
The <a> tag also supports the Event Attributes
in HTML 5.
|