HTML for Paragraph Structure

<H3>This is a Heading</H3>

This is a Heading

<P>Here's a paragraph
<P>In CHP, press return to get
another paragraph.

Here's a paragraph.

In CHP, press return to get another paragraph.

Paragraphs usually appear in "Normal" style in CHP

<UL><LI>Item 1
<LI>Item 2</UL>

 

  • Item 1
  • Item 2

bullet listUse the Bullet List format or button in CHP.

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

Strunk writes:

Vigorous writing is concise.

from The Elements of Style.

Used for indentation.

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


Next: More HTML for paragraph structure