How do you indicate the beginning and end of a paragraph in HTML?
Using only a starting <p> tag
<p>
Paragraphs are automatically recognized
Using the <p> and </p> tags
</p>
Using the <para> and </para> tags
<para>
</para>