html
What is a .html file?
text/html
HTML (HyperText Markup Language) is the structural markup language of the web, using nested tags to define document content, semantics, and links. It is typically paired with CSS for presentation and JavaScript for behavior. It is the foundational format rendered by browsers.
How to use a .html file
Use an example HTML file to test parsers, DOM construction, sanitization of untrusted markup, and rendering or scraping pipelines.
Download example .html files
- HTML Snippet — Faq Page SnippetMinimal SAMPLE HTML (faq-page-snippet) for meta/JSON-LD/DOM parser tests.
- HTML Snippet — Jsonld Inline FaqMinimal SAMPLE HTML (jsonld-inline-faq) for meta/JSON-LD/DOM parser tests.
- HTML Snippet — Meta Description SampleMinimal SAMPLE HTML (meta-description-sample) for meta/JSON-LD/DOM parser tests.
- HTML Snippet — Open Graph SampleMinimal SAMPLE HTML (open-graph-sample) for meta/JSON-LD/DOM parser tests.
- Responsive HTML Email TemplateA responsive, table-based HTML email template with inline styles — a header, body, button, and footer. Opens in the in-browser editor.
- Newsletter Template (HTML Email)The newsletter as a responsive, table-based HTML email with inline styles — a masthead, three articles, and a call-to-action button. Opens in the in-browser editor; twin of the DOCX version.
- Consent Form Template (HTML, SAMPLE)A minimal fictional marketing-consent HTML form — for privacy UX and scraper tests.
- Multi-Currency Invoice (USD, HTML, SAMPLE)HTML twin of the SAMPLE USD invoice for web template pipelines.
and 140 more in the library.