Correct Answer: JavaScript, DOM and CSS
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
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 of the following code will reliably display the current date in most major browsers?
Which of the following events do all Forms have by default?
Which of the following is TRUE about function : document.addEventListener("DOMContentLoaded", testFunc, false)?
Which of the following will cancel the default action of onclick event in IE?
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?
DHTML is a standard defined by the World Wide Web Consortium.
Which statement is true with regard to setTimeout()?
The width of h3 is defined as follow: H3 {width:100%;} How can you make the heading glow?
Which of the following properties of JavaScript is used to store the extra values for DHTML tricks?