Which of the following is a way of embedding Client-side JavaScript code within HTML documents?
Select an option to see the answer and solution.
When does JavaScript code appear inline within an HTML file?
Select an option to see the answer and solution.
Which character in JavaScript code will be interpreted as XML markup?
Select an option to see the answer and solution.
Which is the root element in a HTML document?
Select an option to see the answer and solution.
What is the code for getting the current time?
Select an option to see the answer and solution.
What is the code to start displaying the time when document loads?
Select an option to see the answer and solution.
One of the main advantage of using src attribute is
Select an option to see the answer and solution.
What will be done if more than one page requires a file of JavaScript code?
Select an option to see the answer and solution.
What is the default value of the type attribute?
Select an option to see the answer and solution.
The language is commonly used to
Select an option to see the answer and solution.
The word “document” mainly refers to
Select an option to see the answer and solution.
Which object is the main entry point to all client-side JavaScript features and APIs?
Select an option to see the answer and solution.
Which identifier is used to represent a web browser window or frame?
Select an option to see the answer and solution.
Which property in the Window object is used to refer to a Location object?
Select an option to see the answer and solution.
Which Window object method is used to display message in a dialog box?
Select an option to see the answer and solution.
The setTimeout() method is used to
Select an option to see the answer and solution.
Which of the following is a global object?
Select an option to see the answer and solution.
When will the window property come into play?
Select an option to see the answer and solution.
Which is the property that represents the content displayed in the window?
Select an option to see the answer and solution.
How to pick a document element based on the value of its id attribute?
Select an option to see the answer and solution.