HTML BR Tag

About the BR tag, and how its used to create forced linebreaks.

The HTML Br element is used to force a linebreak, this is best suited for use inside the HTML Address element.

The Br element should only be used where linebreaks is a part of the content, and not for layout purposes.

Don't use br to layout forms, use CSS instead.

<p>Line 1<br>Line 2</p>

Post comment

Links that you insert are not nofollowed, but will be removed by admins if they are considered spam.

[url=Absolute URL for page]TITLE[/url]

You should insert code boxes around code examples, which will be automatically syntax highlighted.

[code1 html|css|javascript|php|sql]Your Code Here[/code1]

You may want to read our Privacy Policy before submitting your comment.