icon valid html 4.01 strict

I have validate a html4.01 strict page and the validator tell me :

  To show your readers that you have 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://validator.w3.org/check/referer"><img
           src="http://www.w3.org/Icons/valid-html401"
           alt="Valid HTML 4.01!" height="31" width="88"></a>
     </p>

but this code isn't a valide html4.01 STRICT code because this old 
attribute : " height="31" width="88" " should be replace by  style=" 
height: 31px; width: 88;".

Received on Sunday, 23 March 2003 13:49:24 UTC