Skip to content

Instantly share code, notes, and snippets.

View Erikdekamps's full-sized avatar

Erik de Kamps Erikdekamps

View GitHub Profile
@Erikdekamps
Erikdekamps / dummy.html
Last active August 1, 2023 09:41 — forked from mikker/dummy.html
<h1>Testing display of HTML elements</h1>
<p>This is the document <code>header</code></p>
<h1>This is 1st level heading</h1>
<p>This is a test paragraph.</p>
<h2>This is 2nd level heading</h2>
<p>This is a test paragraph.</p>
<h3>This is 3rd level heading</h3>
<p>This is a test paragraph.</p>
<h4>This is 4th level heading</h4>
<p>This is a test paragraph.</p>