11.
How can you specify the version of JavaScript used in a <script> tag?
12.
What is the purpose of the language attribute in the <script> tag?
13.
Which of the following is true about inline JavaScript code execution?
14.
When including multiple <script> tags in an HTML document, what determines the order of script execution?
15.
What is the purpose of using external JavaScript files instead of inline code?
16.
Which attribute can be used to include a JavaScript file asynchronously?
17.
How does the browser handle the execution of a <script> tag with the defer attribute?
18.
Which attribute is used to specify the location of an external JavaScript file in the <script> tag?
19.
What is the purpose of using the async attribute in the <script> tag?
20.
In which scenario is it beneficial to use the defer attribute in the <script> tag?