Skip to main content

HTML Guide

Free site validation

Find out what web pages on your sites are affected by HTML issues.

End tag “a” violates nesting rules.

An </a> end tag has been found to violate nesting rules. <a> tags can’t include other <a> tags inside. Most probable cause is an unclosed <a> tag, like in this example:

<a href="one.html">Page 1
<a href="two.html">Page 2</a>

Related W3C validator issues