πŸ“Š JavaScript
Q. 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
πŸ’¬ Discuss
βœ… 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.

Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
165
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate