webtidy

module for (X)HTML validation

Install

All systems
curl cmd.cat/webtidy.sh
Debian Debian
apt-get install libhtml-tidy-perl
Ubuntu
apt-get install libhtml-tidy-perl
image/svg+xml Kali Linux
apt-get install libhtml-tidy-perl
Fedora
dnf install perl-HTML-Tidy
Windows (WSL2)
sudo apt-get update sudo 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.

perl-HTML-Tidy

(X)HTML cleanup in a Perl object