types of script and how to write jss code example
Example: script tag with type html
<script type="text/javascript">
/*Detects that you are using javascript or text*/
</script>
<script type="text/javascript">
/*Detects that you are using javascript or text*/
</script>