Contents

[edit]

Tidy: ... attribute ... lacks value

[edit]

Cause:

This is an error show when an attribute contained in a tag does not contain a value and that a value was expected. Or this can also be due to syntax error in the HTML tag.

[edit]

Example:

<a> attribute href lacks value

Good<a href>My Link</a>
Good<a href="my_link.html">My Link</a>
[edit]

Solution:

Check the definition of the attribute. Give a value to the tag or correct the wrong/unknown tag.

[edit]

References:

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