CSS MCQ : Dynamic Pseudo Classes (Multiple Choice Questions)
Congratulations - you have completed CSS.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 1 |
In _____ and _____, :active applies only to hyperlinks whereas, other browsers allow it to be applied to any element.
IE 6 | |
IE 7 | |
Google Chrome 22 | |
Firefox 16.0.1 | |
Firefox 12.0.1 |
Question 1 Explanation:
In IE6 and IE7 :active applies only to hyperlinks whereas, other browsers allow it to be applied to any element.
Question 2 |
When a user's mouse cursor comes over a link or has the link has keyboard focus, the link is underlined.
a:focus, a:hover { text-decoration: underline; }Say True/False.
True | |
False |
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
There are 2 questions to complete.