Jens Oliver Meiert

Use my latest work: latest tech book · latest non-tech book · latest optimization tool · latest defense tool

Releasing hihtml, a Supertool for HTML Validation, Link-Checking, and Minification

Published on May 19, 2026, filed under , , , , , . (Share this post, e.g., on Mastodon.)

Have you ever wondered what HTML validator to use? How to check on deprecated HTML in your codebase? What link checker would do? What web page minifier to use?

Have you ever forgotten about one of these?

Or, have you ever wondered why you need to use so many tools and take so many steps to properly check and process HTML?

Meet hihtml (source), a convenient abstraction that allows you to validate HTML pages using HTML-validate, that checks on deprecated markup using ObsoHTML, that comes with a built-in link checker, and that minifies the respective web pages using HTML Minifier Next!

Screenshot of hihtml being used with its `-a` option, showing validation, link-checking, and minification on a local copy of worlds-highest-website.com.
hihtml in realistic but orchestrated action.

hihtml is designed to make HTML quality control and optimization as easy as possible:

Check the hihtml documentation for more details.

My recommendation: Try hihtml in a folder containing HTML using npx hihtml -c -l (equivalent to npx hihtml --check-code --check-links). That will give you an instant idea of what hihtml does without any actual changes.

Then—this is the first release, so things may have been missed and things may change. If you run into a problem or have a suggestion, please file an issue and I’ll have a look.

Other than that: Enjoy a new unified way of covering your HTML quality and optimization needs!

About Me

Portrait sketch of Jens Oliver Meiert.

I’m Jens (long: Jens Oliver Meiert), and I’m an engineering lead, guerrilla philosopher, and indie publisher. I’ve worked as a technical lead and engineering manager at various companies (e.g., Google); I’m an active web and tool developer (code optimization, digital defense), a contributor to web standards (like HTML, CSS, WCAG), and a book author (O’Reilly, Frontend Dogma).

I love trying things—in web development and engineering management, but also in politics and philosophy, where I hold to one idea in particular: that we can only be well if we take good care of everyone. Here on meiert.com I talk about some of my perspectives and experiences. (Interpret charitably but be critical—and share feedback and advice that makes my work better.)