Note:
Determine whether the script in the <script> is executed while the page is
loading or if it is deferred until after the page loads.
This is a Boolean attribute.
Possible values are false and true.
Default value is false.
Syntax:
<script defer="value"> . . . </script>