Page 1 of 1

How to Validate Webpages

Posted: Sun Nov 29, 2009 4:55 am
by Tony
If you wish to validate the HTML and/or CSS code in webpages that you visit, create two bookmarks using the following code as the addresses:

Code: Select all

javascript:window.location="http://validator.w3.org/check?uri="+window.location 
javascript:window.location="http://jigsaw.w3.org/css-validator/validator?uri="+window.location
Then when you are viewing a webpage you wish to validate, go to the either of the above bookmarks.