Simple Page Using Headings

Example of a small webpage layout using headings.

Preview

Code

<h1>My Personal Website</h1>

<h2>About Me</h2>
<p>Short introduction about the author.</p>

<h2>Projects</h2>
<p>List of projects and work.</p>

<h2>Contact</h2>
<p>Contact information goes here.</p>

More HTML Headings Examples (5)