How to Validate an Existing Page
- You can validate an existing page at W3C Validator (http://validator.w3.org/)
, Enter URL of a page if it is already on the web server),
or browse to a local file on your computer
- If you bookmark the following link:
http://validator.w3.org/check?uri=referer, you can validate any page you are currently visiting
- You can add an "XHTML Valid" badge with above link to your
site:
<a href="http://validator.w3.org/check?uri=referer">
<img
src="http://www.library.yale.edu/wsg/images/valid-xhtml10.gif"
alt="Valid XHTML 1.0 Transitional" height="31" width="88"/></a>
References
|
|