htmltest

Validate HTML files and check for broken links in your site.

brewmacoslinux
Try with needOr install directly
Source

About

HTML validator written in Go

Commands

htmltest

Examples

check all HTML files in a directory for errors$ htmltest ./public
validate a single HTML file and report issues$ htmltest index.html
find broken links in HTML files$ htmltest -c ./htmltest.yml ./docs
test HTML with custom configuration settings$ htmltest -c .htmltestrc ./build
validate HTML and check external links$ htmltest --check-external ./website