Last Updated on April 26, 2023 by Roshan Parihar
HTML br tag is used to give line breaks inside content.
Put tag inside content where you want to give line break.
Syntax
1 |
put a <br> tag inside content |
1 |
<p>This is a paragraph content to <br>show the output of br tag</p> |
Output
This is a paragraph content to
show the output of br tag
Resources and References of HTML br tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github