HTML Document Structure with Headings

Example showing how headings structure a document.

Preview

Code

<h1>HTML Tutorial</h1>

<h2>Introduction</h2>
<p>Learn the basics of HTML.</p>

<h2>Elements</h2>
<p>HTML elements are the building blocks of webpages.</p>

<h2>Attributes</h2>
<p>Attributes provide additional information about elements.</p>

More HTML Headings Examples (5)