I have a textarea inside my web, and the idea is that the user can write HTML code there. So then I would like to "validate" that code and confirm to the user that it's OK.
Maybe this could be done with jQuery? But I've only seen form validation. I want to validate any type of HTML code.
Thanks!