1.
What is the purpose of using external JavaScript references in web development?
2.
How can you link an external JavaScript file to an HTML document?
3.
Which attribute is used in the <script> tag to specify the source (URL) of an external JavaScript file?
4.
What happens if an external JavaScript file referenced in HTML is not found or fails to load?
5.
Which of the following is an advantage of using external CSS stylesheets in web development?
6.
What is the purpose of the rel attribute in the <link> tag when linking an external CSS file?
7.
How does referencing an external image in HTML differ from referencing an external JavaScript file?
8.
Which attribute is used in the <img> tag to specify the source (URL) of an external image file?
9.
What is the purpose of using external references for images in web development?
10.
How can you include an external CSS file in an HTML document using the <link> tag?