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