|
Line Breaks
<br> inserts a line break In most cases, the paragraph tag, <p> - which skips a line before starting a new one - is the best way to divide up your text. However, there may be times when you
want to end a line of text and start a new one without skipping a line in between. In these cases, it's usually best to insert a line break, using the <br> tag.
The HTML for a poem using line breaks might look like this:
I really like creating,<br>
though some folks think I'm a placating!<br>
When they see the homepage I create,<br>
they'll think it's fascinating!
And will read like this:
I really like creating, though some folks think I'm placating! When they see the homepage I create, they'll think it's fascinating!
Return to Help Index
|
|