Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A page containing HTML elements that you can use for testing purposes
HTML5 Elements Tester is a single-page HTML kitchen-sink designed to help developers test CSS resets and frameworks against a complete set of HTML5 elements.
A single-page HTML document that reproduces nearly all HTML5 elements in one place, organized by W3C HTML 5.2 categories: sections, grouping content, text-level semantics, edits, embedded content, tabular data, forms, interactive elements, and scripting. The page is authored by Alexander Sandberg and distributed under the MIT License. It takes no build dependencies: you download index.html, attach your own CSS, and open it in a browser.
The page is a plain HTML document. To use it, download index.html, include the stylesheet you want to test (either by linking it or by using the built-in preview list for popular resets/frameworks), and open the file in any modern browser. The built-in preview option accepts a direct URL to a CSS file, which the page fetches and applies live to the element samples.
Yes, the project is open source and distributed under the MIT License. You can download, modify, and reuse the test page without restriction, provided you keep the license notice.
The page lists 9 resets and 18 frameworks, including normalize.css, Eric Meyer's reset, sanitize.css, Bootstrap, Bulma, Tailwind, Foundation, Tachyons, Water.css (light and dark), and Tufte. You can preview any of these by selecting it on the page.
Yes. Since version 1.1.0, the page supports pasting a direct link to your own custom CSS file. The page will load that stylesheet and apply it to all the shown elements.
Open index.html in a text editor, locate the element you need (for example, the form section), copy its markup, and paste it into your own document. The page is structured so each element's code is directly readable.
Yes, index.html is a single static file with no external dependencies. Once you've downloaded it, you can open it in a browser with or without internet access; the only exception is the preview feature, which needs a connection to fetch external CSS URLs.
