I'm looking for a Java-library which allows me to validate HTML-Snippets like this:
<div class=something>
<iframesrc="link">
I have see solutions to validate a whole website or ways to check if tags are written correctly, but not for validations to check for closing-tags.
Has someone an idea for that?
Kind regards