A script in an external file can be inserted with _____. Mark as favorite Copy Link Answer the question in 30 seconds! <script href="path/to/script.js"></script> <script link="path/to/script.js"></script> <script src="path/to/script.js"></script> <style href="path/to/script.js"></style> Check Answer