Pages

Sunday, May 15, 2011

HTML #5: Line Breaks

Use the <br /> tag if you want a line break (a new line) without starting a new paragraph:

<p>This is<br />a para<br />graph with line breaks</p>

This is
a para
graph with line breaks

No comments:

Post a Comment