1
0
Fork 0
firefox/devtools/docs/user/validators/index.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

11 lines
503 B
ReStructuredText

==========
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.