The <P> element marks a
block of text as a paragraph -- the tag <P>
marks the beginning of the paragraph, while the tag
</P> marks the end of a paragraph. The end
tag, however, is optional, as a paragraph is automatically
ended when you start another paragraph, or when you start
a heading, list, table or form.
For example, the above text was marked up as follows:
<P> The <CODE><P></CODE> element marks a block of text as a paragraph -- the tag <CODE><P&gt;</CODE> marks the beginning of the paragraph, while the tag <CODE></P&gt;</CODE> marks the end of a paragraph. The end tag, however, is optional, as a paragraph is automatically ended when you start another paragraph, or when you start a heading, list, table or form.</P>