Skip to main content

Headings, Paragraphs, and Text Flow

Heading Outline

<h1>Guide Title</h1>
<h2>Section</h2>
<h3>Subsection</h3>

Keep heading levels logical so the document outline remains easy to scan.

Paragraphs and Breaks

<p>Use paragraphs for ideas, not for spacing.</p>
<p>Use a new paragraph when the thought changes.</p>

Use <br /> only when a real line break matters.

Common Pitfalls

  • Skipping heading levels for visual reasons
  • Using many <br /> tags to create layout spacing
  • Wrapping unrelated items in a single long paragraph

What's Next