HTML Checking for Large Sites
Rocket Validator integrates the W3C Validator HTML checker into an automated web crawler.
The <br>
tag inserts a line break, and it’s self-closing so you can use either <br>
or <br />
but </br>
is invalid.
First line<br>
Second line<br />
Third line is invalid</br>