<script>
tag?
Which attribute is used to specify the location of an external JavaScript file in the <script>
tag?
A). href
B). url
C). src
D). location
Which attribute of the <script>
tag is used to delay script execution until after the document is parsed?
A). type='defer'
B). async='false'
C). defer='true'
D). defer
Where is the recommended place to include external JavaScript files in an HTML document?
A). Inside the <head>
section.
B). Before the closing