What will happen if the following style is applied to a span?
span[hello="Debra"][goodbye="Sherry"] { color: blue; }
Correct Answer: The selector will match all span elements whose hello attribute has exactly the value Debra AND whose goodbye attribute has exactly the value Sherry.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Mobile Web Authoring MCQ Questions