The script element is the last element before the closing </body> tag in the HTML structure.
script
</body>
Make sure to pick <h3> followed by </h3> and then <script>, </script>.
<h3>
</h3>
<script>
</script>