Is the following statement correct?
The width of an element must be set for making filters work.
Correct Answer: Yes
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 help you highlight some of the running text on a web page?
You want to disable the selection of text on the webpage. While trying to select some text, the user should see 'not-allowed' cursor. Which help you implement this by using JavaScript and IE 5+ browser?
Which enables JavaScript Document Object Model to provide access to the HTTP header?
You have a function to change the image with id im… function changeimg(givenImg) { document.getElementById('imageID').src=givenImg } How would you make the webpage display 'image2.gif', only for the time that the user clicks the image?
The form tag is defined as follows:
Event bubbling is useful because of which of the following reasons?
Which of the following code will display the text “Invisible Man”? <div id="name" class="person">The Invisible Man</div>
True or False? DHTML is a single technology.
Which of the following is not a DOM Mouse Event?
What does document.getElementById("intro") function returns if "intro" does not exist?