Q. One of the main advantage of using src attribute is
β
Correct Answer: (D)
It simplifies the HTML files
Explanation: The main advantage of using the src attribute is that it simplifies your HTML files by allowing you to remove large blocks of JavaScript code from them—that is, it helps keep content and behavior separate.