Skip to content

ryanpcmcquen/unclosedTagFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unclosedTagFinder

GitHub license GitHub version GitHub issues

Find unclosed tags in HTML source.

Usage:

$ ./unclosedTagFinder.py -i '<html></html>'

Your HTML is perfectly matched. You're awesome!

$ ./unclosedTagFinder.py -f good_foo.html

Your HTML is perfectly matched. You're awesome!

$ ./unclosedTagFinder.py -f bad_foo.html

The following tags are unclosed:

7     <span class="bar">Foo


$ ./unclosedTagFinder.py -f https://whatwg.org

Your HTML is perfectly matched. You're awesome!

Thanks to the Wingware Pro IDE for making Python development even more fun!

Wingware!

About

🔬 Find unclosed tags in HTML source.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published