Which of the following is not a CSS filter?
Correct Answer: beta
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 import a style sheet named 'ssa.css' in the web page?
Given below is a window.open function: window.open(url,name,'attributes') How will you ensure that different URLs open in the same window?
For making the text transparent, the mask filter can be used like:
You want to validate the value in a field as soon as the user moves out of the field by pressing the tab key. Which of the following events would you use?
Which is true?
What is the difference between DOM Node and Element?
What is the color of “Rainbow” in the following code? <style> div {color:blue;} </style> <script> document.getElementById('id').style.color = 'yellow'; </script> <div id="id" color="green" style="color:red;">Rainbow</div>
What does element.childNodes return?
What statement about the marquee tag is false?
True or False? DHTML is a predecessor of HTML5.