Br Tag Examples
Examples of How the <br> Tag Works
Return to the <br> Tag Information Page
Basic Br
This text is on the first line.
And this text is on the second line.
This text is on the first line.
<br />
And this text is on the second line.
Return to the <br> Tag Information Page
Line Breaks Beside an Aligned Image
This text will be to the right of the image.
This will be too.
And this text will be below the image.
<img src=about_logo.gif" style="width:137px; height:48px; border: none; float: left;" alt="About.com" />Jennifer Kyrnin
This text will be to the right of the image.<br />
This will be too.<br clear="left" />
And this text will be below the image.

