Using Breaks

Lesson 6

A break is the same as pressing the enter key when you are typing a document on your favorite word processor. It drops down one notch.

Add a new sentence under your second sentence. Make it fairly long.

<p align=center>This is my third sentence and I am intentionally making it long.

lets say that you want your sentence to be displayed like this

This is my third sentence
and I am intentionally making
it long.

Please note that my lines are much closer together than my first and second sentences.

How did I do it? well I'm getting to that part right now.

A break <br> is another one of those rare tags that does NOT need a closing counterpart.

Select the point in your long sentence where you would like the text to drop down a notch. add a <br> in that spot. Add another <br> further down in the sentence. My sentence code looks like this

<p align=center>This is my third sentence <br>and I am intentionally making <br>it long.

If your long sentence is centered and displayed in 3 sections...DANCE!