This is a sample of writing so I can show you what happens when I hit 'enter' for a new line..
I have hit enter half way through, and it makes no difference. I need to use an html tag to space the lines apart.
Here is how the <br /> and <p> tags help you formatting your text.
This sentence uses
just one "<br />" tag.
This sentence uses
two "<br />" tags.
This sentence uses
four "<br />" tags.
Here is an example of the "<p>" tag.
This sentence uses just one "<p>" tag.</p>
Whereas this sentence uses three "<p>" tags and it didn't make any more space than just one.
The coding for these sentences are as follows:
This sentence uses <br />just one "<br />" tag.
This sentence uses <br /><br /> two "<br />" tags.
This sentence uses <br /><br /><br /><br />four "<br />" tags.
This sentence uses <p>just one "<p>" tag.</p>
Whereas this sentence uses <p><p><p>three "<p>" tags and it didn't make any more space than just one.</p></p></p>