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>