blob: 65abf1c4f26bd03f3ced3418f5dddba1cb09feb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
==========
Validators
==========
This article lists different resources for developers to check web documents.
- `W3C HTML Validator <https://validator.w3.org/>`_ validates HTML documents.
- `W3C CSS Validator <https://jigsaw.w3.org/css-validator/>`_ validates CSS stylesheets.
- `W3C Link Checker <https://validator.w3.org/checklink>`_ checks for broken links in HTML documents.
- `HTML Tidy <https://www.html-tidy.org/>`_ tool finds errors in HTML documents, and can automatically fix some errors.
|