Multiple Choice
What is the correct syntax for referring to an external script called " abc.js"?
A) <script href=" abc.js">
B) <script name=" abc.js">
C) <script src=" abc.js">
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Which of the following can't be done
Q8: Which of the following attribute can hold
Q9: Javascript is _ language.<br>A)application<br>B)programming<br>C)scripting<br>D)none of these
Q10: When a user views a page containing
Q11: Choose the client-side JavaScript object:<br>A)database<br>B)cursor<br>C)client<br>D)fileupload
Q13: The syntax of close method for document
Q14: Which of the following are capabilities of
Q15: _ JavaScript statements embedded in an HTML
Q16: Inside which HTML element do we put
Q17: JavaScript is can be written -<br>A)directly into