Answer & Solution
<script>
tag is used to delay script execution until after the document is parsed. It ensures that the script is executed only after the HTML content has been fully loaded and parsed, maintaining the script's order in the document.