Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  1. One of the main advantage of using src attribute is
  2. 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

    View Answer

    Workspace

    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