I have an html file where I see two javascript tag :
<script type="text/javascript">
var varname = .... etc
</script>
<script language ="JavaScript">
function namefunction . . . etc
</script>
is this allowed? Or can create issue with loading js in the page?