Correct Answer: Dynamic HTML
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 value is displayed in the following code? <div id="id">0</div> <script> document.getElementById('id').innerHTML = 1 document.getElementsByTagName('div').innerHTML = 2 document.getElementsByTagName('div')[0].innerHTML = 3 </script>
Which of the following is TRUE about code written in <%= %>?
Which of the following is true about the function : object.addEventListener(click, doThis, capture)?
What technology does DHTML use to produce dynamic content?
What does document.getElementById("intro") function returns if "intro" does not exist?
How is the following code useful? function validate(field) { var valid='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'; var ok='yes'; var temp; for(var i=0; i < field.value.length; i++) { temp='' + field.value.substring(i,i+1) if(valid.indexOf(temp)=='-1') { ok='no'; break; } } if(ok=='no) { alert('error'); field.focus(); } }
Which event would execute a script once a web page has completely loaded all content?
You defined two styles as follows: td.right {text-align: right} td.left {text-align: center} Which is the right way of calling them in an HTML page?
Which is not a JavaScript event?
The form tag is defined as follows:
DHTML MCQs | Topic-wise