htmltest

HTML validator that checks links, structure, and validity of HTML files

brewmacoslinux
Try with needOr install directly
Source

About

HTML validator written in Go

Commands

htmltest

Examples

Validate all HTML files in the current directory$ htmltest
Validate a specific HTML file and check all links$ htmltest path/to/index.html
Run validation with a custom configuration file$ htmltest -c .htmltestrc