Back to HTML

HTML Tutorial

Headings & Paragraphs

Structure readable page content with headings and paragraphs.

Headings organize content into a clear hierarchy from h1 to h6.

Paragraphs hold body text and make content easier to scan and read.

code
<h1>Main Heading</h1>
<h2>Section Heading</h2>
<p>This is a paragraph.</p>