The latest version of CSS is
The latest version of CSS is
The Text and Comment is part of
The Text and Comment is part of
Which of the following is/are of Text nodes?
Which of the following is/are of Text nodes?
Where is the information of the userAgent property located?
Where is the information of the userAgent property located?
What is the datatype of the go() method’s parameter?
What is the datatype of the go() method’s parameter?
What will happen if we call setTimeout() with a time of 0 ms?
What will happen if we call setTimeout() with a time of 0 ms?
Which property is used to obtain browser vendor and version information?
Which property is used to obtain browser vendor and version information?
Which is the method that removes the current document from the browsing history before laoding the new document?
Which is the method that removes the current document from the browsing history before laoding the new document?
What is the code snippet to go back to a history twice?
What is the code snippet to go back to a history twice?
Which of the following is the ultiate element selection method?
Which of the following is the ultiate element selection method?
The high-level events among the following events are
The high-level events among the following events are
Which two events will have the generated text for key events?
Which two events will have the generated text for key events?
The C in CSS stands for
The C in CSS stands for
The length property belongs to which of the following objects?
The length property belongs to which of the following objects?
The events that are not directly tied to a specific input device are
The events that are not directly tied to a specific input device are
Which is the alternative to the load event?
Which is the alternative to the load event?
Which is the opposite to the load event in JavaScript?
Which is the opposite to the load event in JavaScript?
Which of the following property refers to the root element of the document?
Which of the following property refers to the root element of the document?
Which is the handler method used to invoke when uncaught JavaScript exceptions occur?
Which is the handler method used to invoke when uncaught JavaScript exceptions occur?
What does the following code snippet mean?
What does the following code snippet mean?
Which object is passed as the argument to handlers for keydown, keyup, and keypress events?
Which object is passed as the argument to handlers for keydown, keyup, and keypress events?
When is the mouseover event fired?
When is the mouseover event fired?
The process by which the browser decides which objects to trigger event handlers on is
The process by which the browser decides which objects to trigger event handlers on is
DOM Level 3 Events standardizes which of the following events?
DOM Level 3 Events standardizes which of the following events?
Which property reports rotation around three different mouse wheel axes?
Which property reports rotation around three different mouse wheel axes?
Which among the following is not a property of the Location object?
Which among the following is not a property of the Location object?
The paragraph “p” is a part of
The paragraph “p” is a part of
Which function among the following lets to register a function to be invoked repeatedly after a certain time?
Which function among the following lets to register a function to be invoked repeatedly after a certain time?
Which form of event propogation handles the registered container elements?
Which form of event propogation handles the registered container elements?
Which syntax is used to describe elements in CSS?
Which syntax is used to describe elements in CSS?
The element that can also register handlers for load and error events is
The element that can also register handlers for load and error events is
Each tab in the single web browser window is called as
Each tab in the single web browser window is called as
What is the return type of the hash property?
What is the return type of the hash property?
Which of the following is the default positioning elements with CSS?
Which of the following is the default positioning elements with CSS?
Which event can be fired on any scrollable document element?
Which event can be fired on any scrollable document element?
Which API allows scripts in a document from one server to exchange messages with scripts?
Which API allows scripts in a document from one server to exchange messages with scripts?
The focus and blur events are also part of
The focus and blur events are also part of
Which of the following can be used to select HTML elements based on the value of their name attributes?
Which of the following can be used to select HTML elements based on the value of their name attributes?
Which is the property that is triggered in response to JavaScript errors?
Which is the property that is triggered in response to JavaScript errors?
Which are the events that have default actions that can be canceled by event handlers?
Which are the events that have default actions that can be canceled by event handlers?
Nested documents in the HTML can be done using
Nested documents in the HTML can be done using
Which of the following is defined by the specification?
Which of the following is defined by the specification?
What is the purpose of the assign() method?
What is the purpose of the assign() method?
The nodes that represent HTML elements are the
The nodes that represent HTML elements are the
Which of the following are the drag and drop events?
Which of the following are the drag and drop events?
The events that are not triggered directly by user activity are called
The events that are not triggered directly by user activity are called
Which is the object on which the event occured or with which the event is associated?
Which is the object on which the event occured or with which the event is associated?
The events that is emulated by the jQuery library are
The events that is emulated by the jQuery library are
When are the mouse events generated?
When are the mouse events generated?
Which of the following keys are set to true when the keyboard modifier keys are held down?
Which of the following keys are set to true when the keyboard modifier keys are held down?
The events that represents occurrences related to the browser window are
The events that represents occurrences related to the browser window are
The inner frame within a top-level window can be referred as
The inner frame within a top-level window can be referred as
Which event is triggered sooner when the document and its elements are ready to manipulate?
Which event is triggered sooner when the document and its elements are ready to manipulate?
Which method receives the return value of setTimeout() to cancel future invocations?
Which method receives the return value of setTimeout() to cancel future invocations?
Which event is fired when a document and all of its external resources are fully loaded and displayed to the user?
Which event is fired when a document and all of its external resources are fully loaded and displayed to the user?
The setTimeout() belongs to which object?
The setTimeout() belongs to which object?
The node directly above a node is called
The node directly above a node is called
What will happen if the first argument of open() is omitted?
What will happen if the first argument of open() is omitted?
Which property lays the element according to the normal flow?
Which property lays the element according to the normal flow?
The central object in a larger API is known as
The central object in a larger API is known as
Which of the following are the unnecessary events currently?
Which of the following are the unnecessary events currently?
When will the browser invoke the handler?
When will the browser invoke the handler?
Which property specifies the property of the event?
Which property specifies the property of the event?
To which object does the location property belong?
To which object does the location property belong?
The properties that specify the position and button state of the mouse are
The properties that specify the position and button state of the mouse are
Which of the following property specifies the string of text that was entered?
Which of the following property specifies the string of text that was entered?
What does the location property represent?
What does the location property represent?
Which is the property of a Window object that holids the name of the frame?
Which is the property of a Window object that holids the name of the frame?
The URL property belongs to which of the following object?
The URL property belongs to which of the following object?
Which of the following is an example of a Shortcut Property?
Which of the following is an example of a Shortcut Property?
When will the fourth argument to open() useful?
When will the fourth argument to open() useful?
Which property holds a DataTransfer object that contains information about the data being transferred and the formats in whichh it is available?
Which property holds a DataTransfer object that contains information about the data being transferred and the formats in whichh it is available?
Why is the replace() method better than the assign() method?
Why is the replace() method better than the assign() method?
Which function among the following lets to register a function to be invoked once?
Which function among the following lets to register a function to be invoked once?
Which method receives the return value of setInterval() to cancel future invocations?
Which method receives the return value of setInterval() to cancel future invocations?
What is the function used to extract arguments from the search property of a URL?
What is the function used to extract arguments from the search property of a URL?
How to detect and respond to mouse drags?
How to detect and respond to mouse drags?
The return type of getElementsByClassName() is
The return type of getElementsByClassName() is
The client-side JavaScript’s asynchronous programming model contains
The client-side JavaScript’s asynchronous programming model contains
What is the distinction made by JavaScript between windows, tabs, iframes, and frames ?
What is the distinction made by JavaScript between windows, tabs, iframes, and frames ?
When is the mouseout event fired?
When is the mouseout event fired?
The events that are directly tied to a specific input device are
The events that are directly tied to a specific input device are
What is the special feature of the modern web applications?
What is the special feature of the modern web applications?
In general, event handler is nothing but
In general, event handler is nothing but
The video and the audio belong to the
The video and the audio belong to the
The type that specifies what kind of event occured is
The type that specifies what kind of event occured is
The navigator property belongs to which of the following object?
The navigator property belongs to which of the following object?
The history property belongs to which object?
The history property belongs to which object?
The decodeURIComponent() is defined by
The decodeURIComponent() is defined by
Which object serves as the global object at the top of the scope chain?
Which object serves as the global object at the top of the scope chain?
If the window has child windows, how will the browsing histories be affected?
If the window has child windows, how will the browsing histories be affected?
Which of the following is the Web application equivalent to querySelectorAll()?
Which of the following is the Web application equivalent to querySelectorAll()?
Which is one of way to query a document for an element or elements?
Which is one of way to query a document for an element or elements?
What is the result of the following code snippet?
window.location === document.location
What is the result of the following code snippet?
window.location === document.location
What is the vendor-neutral synonym for navigator?
What is the vendor-neutral synonym for navigator?
Which of the following property allows you to specify an element’s position with respect to the browser window?
Which of the following property allows you to specify an element’s position with respect to the browser window?
Which is the preferred testing nowadays for scripting?
Which is the preferred testing nowadays for scripting?
Which of the below properties can be used for browser sniffing?
Which of the below properties can be used for browser sniffing?
What is the distinction made by the Client-side JavaScript between windows, tabs, iframes, and frames ?
What is the distinction made by the Client-side JavaScript between windows, tabs, iframes, and frames ?
A new web browser window can be opened using which method of the Window object ?
A new web browser window can be opened using which method of the Window object ?