Which of the following Attribute is used to include External JS code inside your
Home | Discussion ForumWhich of the following Attribute is used to include External JS code inside your HTML Document
src
ext
script
link
Answer : A
View More Related Question
1) JavaScript was invented at _______ Lab.
2) JavaScript Code can be called by using
3) Consider the following snippet code
var string1 = ”123”;
var intvalue = 123;
alert( string1 + intvalue );
The result would be
4) Which attribute is used to specify that the script is executed when the page has finished parsing ( only for external scripts )
5) A linkage of series of prototype objects is called as