1<div class="container">2 <h1>Welcome!</h1>3 <p>This is a sample<p>4 <div>Nested content5 <span>More text</div>6 </span>7 <img src="photo.jpg">8</div>
Unclosed paragraph tagLine 3
Mismatched closing tagsLine 5
<img> is missing an alt attributeLine 7
HTML Linter
2024–presentActive
A Rust CLI and library that lints HTML against JSON-defined rules, published to crates.io.