HTML5 type attributes
<style type='text/css'>
<style>
H1 {color: red}
P {color: blue}
</style>
<script type='text/javascript'>
<script>
allert('Hello');
</script>
<style>
H1 {color: red}
P {color: blue}
</style>
<script>
allert('Hello');
</script>