One of the main advantage of using src attribute is

A It becomes self-cached
B It makes the HTML file modular
C It restricts manipulation in the HTML file
D It simplifies the HTML files

Correct Answer: It simplifies the HTML files

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.

Related Questions

What is the main advantage of using MOSFET rather than bipolar transistor circuitary in ICs?
What will happen if the browser encounters a script tag without an src attribute?
What is the solution to the absence of a script tag without an src attribute?

Next steps