JavaScript Starting and Ending with Script Tags <Script>
Tags Starting with <script type = text/javascript> and ending with </script>.
Syntax of JavaScript:
<html>
<body>
<script type="text/javascript">
... //Place the JavaScript code
</script>
...