Create line breaks in myspace

Create line breaks in myspace :-

There are two basic line breaks in HTML. Use <br> to break to the next line or <p> to skip a line. For example:

1<br>2<p>3
will look like:

1
2

3