Which attribute is used to specifies that the script is executed when the page h
Home | Discussion ForumWhich attribute is used to specifies that the script is executed when the page has finished parsing (only for external scripts)
parse
async
defer
type
Answer : C
View More Related Question
1) Why JavaScript is called as Lightweight Programming Language ?
because JS is available free of cost
because JS is client side scripting
because we can add programming functionality inside JS
because JS can provide programming functionality inside but up to certain extend.
View Answer
2) Which of the operator is used to test if a particular property exists or not?
3) A JavaScript program developed on a Unix Machine
will throw errors and exceptions
must be restricted to a Unix Machine only
will work perfectly well on a Windows Machine
will be displayed as a JavaScript text on the browser
View Answer
4) The basic purpose of the toLocaleString() is to
return a localised object representation
return a parsed string
return a local time in the string format
return a localized string representation of the object
View Answer
5) Which of the following Attribute is used to include External JS code inside your HTML Document