A test page containing most of the HTML5 elements that you'll ever need. Useful for testing CSS resets or CSS frameworks.
Since v1.1.0 now also including the option to preview popular CSS resets and CSS frameworks, as well as easily including your own custom CSS by pasting a direct link to it.
If your favorite reset or framework is missing, please open an issue about it, and I'll add it to the list!
Copy elements directly from index.html
into your own documents.
Download index.html
, include whatever resource you need to test (e.g. your CSS), and open the file in your preferred browser.
Refer to this list of HTML elements on MDN for more details of each element.
<body>
, <article>
, <section>
, <nav>
, <aside>
, <h1>
, <h2>
, <h3>
, <h4>
, <h5>
, <h6>
, <header>
, <footer>
<p>
, <address>
, <hr>
, <pre>
, <blockquote>
, <ol>
, <ul>
, <li>
, <dl>
, <dt>
, <dd>
, <figure>
, <figcaption>
, <main>
, <div>
<a>
, <em>
, <strong>
, <small>
, <s>
, <cite>
, <q>
, <dfn>
, <abbr>
, <ruby>
, <rb>
, <rt>
, <rtc>
, <rp>
, <data>
, <time>
, <code>
, <var>
, <samp>
, <kbd>
, <sub>
, <sup>
, <i>
, <b>
, <u>
, <mark>
, <bdi>
, <bdo>
, <span>
, <br>
, <wbr>
<ins>
, <del>
<picture>
, <source>
, <img>
, <iframe>
, <embed>
, <object>
, <param>
, <video>
, <audio>
, <track>
, <map>
, <area>
, <math>
, <svg>
<table>
, <caption>
, <colgroup>
, <col>
, <tbody>
, <thead>
, <tfoot>
, <tr>
, <td>
, <th>
<form>
, <label>
, <input>
, <button>
, <select>
, <datalist>
, <optgroup>
, <option>
, <textarea>
, <output>
, <progress>
, <meter>
, <fieldset>
, <legend>
<details>
, <summary>
, <dialog>
<script>
, <noscript>
, <template>
, <canvas>
- Eric Meyer's 2.0
- HTML5 Doctor
- minireset.css
- normalize.css
- Reboot
- Remedy
- sanitize.css
- UndoHTML
- universalize.css
- awsm.css
- Bahunya
- Bootstrap
- Bulma
- Foundation
- Kacit
- Marx
- Materialize
- no-class
- Pure
- Sakura & Sakura Vader
- Semantic UI
- Tachyons
- Tacit
- Tailwind
- Tufte
- Water.css (light) & Water.css (dark)
- Writ
Thanks for checking out my project! ❤️
If you want to get in touch, or check out my other work, you can find me here:
Distributed under the MIT License © Alexander Sandberg
This project was inspired by normalize.css's test page and html5-kitchen-sink, and organized according to W3C's HTML 5.2, §4: The elements of HTML.