11.
What is the purpose of using external CSS stylesheets instead of inline CSS styles?
12.
Which of the following is a benefit of using external references for images rather than embedding images in HTML?
13.
How do external JavaScript references contribute to improved website performance?
14.
Which attribute is used in the <script> tag to defer the execution of an external JavaScript file until after the HTML content is fully loaded?
15.
How can you make an external JavaScript file load asynchronously in an HTML document?
16.
Which attribute is used in the <link> tag to specify the relationship between an HTML file and an external CSS file?
17.
What is the purpose of using external references for CSS stylesheets in web development?
18.
Which of the following is a disadvantage of using external JavaScript references in web development?
19.
How can you specify the type of an external CSS file in the <link> tag?