Correct Answer: Client
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 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 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 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?
DHTML is a standard defined by the World Wide Web Consortium.
Which statement is true with regard to setTimeout()?
DHTML MCQs | Topic-wise