When you run a WordPress site through the W3C validator, you will likely see multiple warnings about the type attribute on <script> and <style> tags. In HTML5, and are redundant — the browser already assumes those MIME types by default. WordPress adds them anyway for backwards compatibility.