Sometimes you need to force a line break in your text so that the browser will not wrap the text around to the next lower line. The <BR> does just that, it forces the next word into the next lower line. The <BR> Tag does not require a closing tag.
You may use the <BR> to create multiple blank lines in formatting your page. |
Jack and Jill went up the hill
to fetch a pail of water.
Jill fell down and broke her crown,
and Jack came tumbling after.
Jack and Jill went up the hill <br>
to fetch a pail of water.<br>
Jill fell down and broke her crown,<br>
and Jack came tumbling after. |