Answer & Solution
<script>
tag is used to delay script execution until after the document is parsed. It allows the HTML content to be fully loaded before executing the script, maintaining the script's order in relation to other scripts and HTML elements.