Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 439 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 439 Bytes

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