Using jQuery, you can convert HTML tags to lowercase. Here is how you can do it:
<script> $('#output').text($('#container').html().replace(/</?[A-Z]+.*?>/g, function (m) { return m.toLowerCase(); })); </script>
Name (required)
Mail (will not be published) (required)
Website
Powered by WP Hashcash