webtidy
module for (X)HTML validation
Install
- All systems
-
curl cmd.cat/webtidy.sh
- Debian
-
apt-get install libhtml-tidy-perl - Ubuntu
-
apt-get install libhtml-tidy-perl - Kali Linux
-
apt-get install libhtml-tidy-perl - Fedora
-
dnf install perl-HTML-Tidy - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libhtml-tidy-perl - Raspbian
-
apt-get install libhtml-tidy-perl
libhtml-tidy-perl
module for (X)HTML validation
HTML::Tidy is a Perl module useful for performing cleanup and providing basic validation of input. It is based on Perl bindings to the HTML Tidy Project, also known as libtidy; for details, see: <URL:http://tidy.sourceforge.net/>. This module is intended to replace HTML::Lint and includes documentation for easing the migration from that module.