Line break

A line break is different from the other tags that we have seen before. The place we put it in the source cod of the document, will end the line and it will go down with a line , letting a space which is smaller the the one from the paragraph. In the paragraph is used , as you can see, in the next example.

<p>

Charles Brownstone <br />

Florida Street No 1 <br />

New York, USA <br />

</p>

Display

Charles Brownstone
Florida Street No 1
New York, USA

 

As well it can be used for pointing out a signature , for example at the end
of a letter.

<p>

Thank You,<br />

<br />

<br />

Charles Brownstone <br />

Vice-President

</p>

Display

Thank You,


Charles Brownstone
Vice-President