Vidyalelo
JavaScript · Q9

Basic And Variables

Programming · JavaScript · question 9

Q9

Which of the following Attribute is used to include External JS code inside your HTML Document

A.
src
Answer
B.
ext
C.
script
D.
link

Answer: Option A

Solution

Answer: Option A
Solution:
A ”src” attribute could be used to add any external code into the HTML document.