Skip to content

coopersita/closing-tag-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Closing Tag Checker

In HTML5, under certain circumstances, some closing tags are optional. If you leave those closing tags out, the W3C validator will not point them out, since they are technically not an error. Some people, though, may want to close all their tags anyway.

This scripts assumes that the code submitted is valid, otherwise, you could get unexpected results.

Demo

About

A parser to find unchecked tags in an HTML document

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published