Contents

[edit]

Tidy: <a> is probably intended as </a>

[edit]

Cause:

The closing tag for a link is missing its slash.

[edit]

Example:

Good<a href="http://example.com/">An example site<a>
Good<a href="http://example.com/">An example site</a>
[edit]

Solution:

Add a slash to the closing tag.

Retrieved from "http://www.htmlpedia.org/wiki/Tidy_24"