Q. What is the solution to the absence of a script tag without an src attribute?
β
Correct Answer: (B)
Create inline JavaScript
Explanation: The solution to the absence of a script tag without an src attribute is to create inline JavaScript to append script tags to the document dynamically