Validator Good, Link Bad

Hi all,

 

I just completed trying the html validation on Opera for the first time.  I
was happy that my XSLT passed the first time.  When done, it asked if I
wanted to put a link:

 

    <p>

      <a href="http://validator.w3.org/check?uri=referer"><img border="0"

          src="http://www.w3.org/Icons/valid-html401"

          alt="Valid HTML 4.01!" height="31" width="88"></a>

    </p>

 

The only problem I have is that the link is incorrect, as it the img tag is
not closed.  Someone should validate the tag, LOL :-) :

 

    <p>

      <a href="http://validator.w3.org/check?uri=referer"><img border="0"

          src="http://www.w3.org/Icons/valid-html401"

          alt="Valid HTML 4.01!" height="31" width="88" /></a>

    </p>

 

Brandt W. Tierney
 

 

Received on Thursday, 17 February 2005 09:26:26 UTC