First of all itsit's not inside the script tag.. evenEven if you put it in the script tag it gets converted to corresponding HTML entities.
e.g.For example,
<script>
alert("Hello");
</script>
AboveThe above code gets converted using following lookup table.
< --> <
> --> >
" --> "