5. Paragraphs

Paragraph tags are simple. You have already seen them in the previous examples. Just make sure you close them with their end tags. Here is a simple example:

<para>
I am a paragraph!
</para>

<para>
I am the next paragraph!!
</para>

and here is what it looks like formatted:

I am a paragraph!

I am the next paragraph!!