The <script> tag represents javascript code in HTML document. JavaScript and jQuery code always written in <script> tag.
Example of Code
<script type = "text/JavaScript"> document.write("InimistSchool")</script>
Output