Closing Tag Checker for HTML5

By Alicia Ramirez

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.

If you experience any problems, or have any suggestions, let me know.

Before you start

Make sure your code is valid, or you could get unexpected results. The script assumes you have valid HTML5 code, but would like to make sure you didn't leave any tags, unintentionally, unclosed.

Paste your code here: