Skip to content
Novus Examples
html364 B

HTML Form — Feedback Mini SAMPLE

Minimal SAMPLE HTML form (feedback-mini) for autofill and form-parser tests.

Preview — first 2 lineshtml
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Feedback SAMPLE</title></head><body><h1>Feedback (SAMPLE)</h1><form method="post" action="/sample/feedback"><label>Rating <input type="number" name="rating" min="1" max="5"></label><label>Comment <textarea name="comment"></textarea></label><button type="submit">Send</button></form></body></html>

Specifications

Wave
I
Role
html-form-mini

What is a .html file?

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 this file

Use an example HTML file to test parsers, DOM construction, sanitization of untrusted markup, and rendering or scraping pipelines.

How to use this file for testing

“HTML Form — Feedback Mini SAMPLE” is a deterministic Novus Examples fixture for Form testing, Form parsing, Autofill testing. HTML and PDF form files for testing scrapers, autofill, validators, and PDF form fillers across real-life use cases.

Documented properties for this file: html-form-mini. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

This form is fictional SAMPLE content for tooling tests (autofill, scrapers, PDF fillers). It is not an official government, bank, or clinic form. Open the HTML offline or fill the PDF in any viewer; the demo submit path never stores data.

Embed this form

It's a single self-contained HTML file (inlined CSS, native validation, no external requests). Download it, host it on your own site, and drop it into any page with an iframe.

iframe embed
<!-- Download feedback-mini.html, host it on your site, then embed the form anywhere: -->
<iframe
  src="/path/to/feedback-mini.html"
  title="HTML Form — Feedback Mini SAMPLE"
  width="100%"
  height="640"
  loading="lazy"
  style="border:0">
</iframe>

Generated by generation/pad_wave_i.py. Free for any use, no attribution required — license.