How to Validate Webpages

Web programming topics
Post Reply
Tony
Lieutenant
Lieutenant
Posts: 86
Joined: Tue Jul 21, 2009 4:11 pm

How to Validate Webpages

Post by Tony » Sun Nov 29, 2009 4:55 am

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.
Post Reply

Return to “Web programming”