HTML Element Style Specimen


This page is a practical specimen of native HTML elements for stylesheet auditing. It includes most standard HTML5 elements and several deprecated ones that still reveal inherited styling. It is not a literal inventory of every historical or browser-specific tag ever shipped on the web, because that would turn into archaeology.

HTML Element Style Specimen

Use case: upload this file to a site, view it in the front end, and inspect what the theme or global CSS styles by default.

Text-level semantics

Heading level 1

Heading level 2

Heading level 3

Heading level 4

Heading level 5
Heading level 6

This is a paragraph with a link, emphasis, strong importance, small print, struck text, a citation, an inline quote, definition text, HTML, data element, , marked text, inline code, variable, H2O, x2, idiomatic text, stylistic offset, unarticulated annotation, plain span, مرحبا, This text is reversed., kan, deleted text, inserted text, and wordbreakopportunity.

Ctrl + S saves. Sample terminal output. 42.

This is a blockquote. Themes often make interesting decisions here. Not always good ones.

Address block
123 Example Road
Somewhere, NY 10000
function hello() {
  console.log('Hello, world');
}

Grouping content and page structure

Section header

Regular section content.

Section footer

Article header

Article content.

Article footer

Generic div container

Horizontal rule below:


Line break here
and here.

This hidden main should not display.


Lists

Unordered list

  • Item one
  • Item two
    • Nested item
  • Item three

Ordered list

  1. First
  2. Second
  3. Third

Description list

Term A
Definition A
Term B
Definition B

Figures and media

Placeholder image
Figure caption under an image.
Picture element example

Tables

Sample table caption
Column A Column B Column C
Row 1 Cell B1 Cell C1
Row 2 Spanning cell
Table footer

Forms

Common inputs

Choices and textareas



Buttons and indicators







Interactive elements

Details / summary example

Hidden until opened. A favorite target for theme CSS and occasional accidental icon crimes.

This is an open dialog element.



Embedded content

Fallback content for object.