|
|
HTML <br> tag
Syntax
<br>
Definition and Usage
The BR element inserts a single line break.
The BR element does not have and end tag (/br does not exists).
Standard Attributes
For a full description, go to Standard
Attributes.
Example
| Source |
Output |
| This is an example of text<br> with a line break |
This is an example of text with a line break
|
|
|