Discussion :: Javascript MCQs
- 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
|
Answer : Option D
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.
Be The First To Comment