I finished a small project today and validated the code with unicorn [
validator.w3.org...] When I added their validation icons, I was no longer valid.
The html tag has the styles incomplete.
<p>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-html401"
alt="Valid HTML 4.01 Transitional"
style="height: 31; width: 88;">
</a>
</p>
Height and Width should be:
style="height:31px; width:88px;"
Who can you trust ;) Lesson learned