Answer & Solution
Answer: Option Option C
Solution:
External JavaScript references help organize code for reuse, making it easier to maintain and update across multiple pages.
<script>
tag to specify the source (URL) of an external JavaScript file?
<link>
tag when linking an external CSS file?
<img>
tag to specify the source (URL) of an external image file?
<link>
tag?