Congratulations message with logo html

Below is what I get when I validate some CSS but the <img> code doesn't
have a closing bracket so it doesn't pass the http://validator.w3.org/

----------------------------

Congratulations!

This document validates as CSS!

To show your readers that you've taken the care to create an interoperable
Web page, you may display this icon on any page that validates. Here is
the HTML you could use to add this icon to your Web page:


<p>
 <a href="http://jigsaw.w3.org/css-validator/">
  <img style="border:0;width:88px;height:31px"
       src="http://jigsaw.w3.org/css-validator/images/vcss"
       alt="Valid CSS!">
 </a>
</p>

Received on Friday, 22 October 2004 01:25:57 UTC