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