Validate
My bunch of links.
Essentials
- W3C Markup Validator
Are your Web pages correctly coded ?
- W3C CSS Validator
Are your style sheets correctly written ?
- W3C Link Checker
Are the links on your pages valid and accessible ?
Recommanded
- Lynx Viewer
See what your pages will look like when viewed in a non-visual browser.
Lynx is a text only browser for the World Wide Web. Use it to check the logical structure of your pages.
Warning :
The Lynx Viewer service has a defect : it knows how to interpret links in JavaScript. The real Lynx does not. JavaScript links are not accessible except desk browsers.
The W3C Link Checker will warn you correctly about these links.
- Semantic data extractor
Extract semantic informations:
"The aim is to show that providing a semantically rich HTML gives much more value to your code: using a semantically rich HTML code allows a better use of CSS, makes your HTML intelligible to a wider range of user agents (especially search engines bots)".