Q.1.
What is the property to access the first child of a node?
Q.2.
What are the properties supporting CSS styles for a document element?
Q.3.
Which of the following object belongs to the style property?
Q.4.
What is the purpose of the event handlers in the JavaScript?
Q.5.
Which handler is triggered when the content of the document in the window is stable and ready for manipulation?
Q.6.
When a program contains extensive use of event handlers, which of the following is necessary?
Q.7.
What is the JavaScript code snippet to find all container elements with class “reveal”?
Q.8.
What is the JavaScript code snippet to update the content of the timestamp element when the user clicks on it?
Q.9.
Which of the following is not an object?
Q.10.
What is the JavaScript code snippet to change the class and let the stylesheet specify the details?