HTML Multiple Headings

Example using different heading levels.

Preview

Code

<h1>Main Page Title</h1>

<h2>Section Title</h2>
<p>This section contains some text.</p>

<h3>Subsection</h3>
<p>More detailed content goes here.</p>

More HTML Basic Examples (6)