Review: HTML for Paragraph Structure

<H3>This is a Heading</H3>

This is a Heading

<P>Here's a paragraph
<P>In an HTML editor, press 
return to get another paragraph.
</P>

Here's a paragraph.

In an HTML editor, press return to get another paragraph.

Strunk writes:
<blockquote>Vigorous ...
</blockquote>
<P>from <I>The
Elements of Style</I>

Strunk writes:

Vigorous writing is concise.

from The Elements of Style.

Note: most paragraph ("block level") styles cause whitespace before and after.


Next: More HTML for paragraph structure