Correct Answer: It inserts the new node to the end of the list of children of the node
Explanation:
Note: This Question is unanswered, help us to find answer for this one
DHTML Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More DHTML MCQ Questions
Which of the following is an INVALID nodeType?
What kind of scripting language is DHTML?
Which of the following tags can be used to refer a .css file in a web page?
Which DHTML technology does the following code utilize? document.getElementById('id').style.color = 'blue';
What is the color of “Rainbow” in the following code? <style> div {color:blue;} </style> <div id="Rainbow" color="green" style="color:red;">Hello World</div> <script> document.getElementById('Rainbow').style.color = 'yellow'; </script>
Which help you create hyperlinks without an underline?
Following is a sample CSS style: 1. p 2. ( 3. font-family:arial 4. color:black 5. text-align:left 6. ); What are the corrections required in this style?
Which can you use to accept user input?
Which statement is incorrect with regard to a style sheet?
You are displaying image thumbnails on a page. Upon clicking a thumbnail, the image is being displayed in its actual size. You do not want the user to be able to click the thumbnails unless they are completely downloaded. Which event will you use to prevent the user from clicking on the thumbnails until they are completely downloaded?