Skip to content

j9t/markup-validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,612 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W3C Markup Validator

The Markup Validator is a free service by W3C that helps check the validity of Web documents. Most Web documents are written using markup languages, such as HTML or XHTML. These languages are defined by technical specifications, which usually include a machine-readable formal grammar (and vocabulary). The act of checking a document against these constraints is called validation, and this is what the Markup Validator does.

The tool consists of a perl-based CGI script that uses DTD to verify the validity of HTML3, HTML4 and XHTML documents; it also incorporates by reference the NU Validator used to validate HTML5 / HTML LS documents.

Copyright

W3C Software License and Notice.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 79.1%
  • Perl 13.3%
  • Python 2.2%
  • CSS 2.1%
  • Clean 1.3%
  • JavaScript 0.9%
  • Other 1.1%