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 |
We write single ______ before the pseudo-class property.
Colon | |
Dot | |
Hash | |
Semicolon |
Question 1 Explanation:
Pseudo-classes have a single colon before the pseudo-class property.
Question 2 |
Pseudo-classes are used to represent ___________________.
Static Events | |
Dynamic Events | |
Related Events | |
Casual Events |
Question 2 Explanation:
Pseudo-classes are used to represent dynamic events
Question 3 |
Which of the following is used to represent unvisited hyperlink.
:link | |
:nonvisited | |
:unvisited | |
:fresh |
Question 3 Explanation:
:linkrepresents unvisited hyperlink.
Question 4 |
Which of the following is used to represent Visited hyperlink.
:visited | |
:clicked | |
:focus | |
:link |
Question 4 Explanation:
:visitedrepresents visited hyperlink.
Question 5 |
Element that Currently has the user’s mouse pointer hovering over it represents one of the following Pseudo Class.
:hover | |
:hovar | |
:focus | |
:gotfocus |
Question 5 Explanation:
Element that Currently has the user’s mouse pointer hovering over it represented by -
:hoverpseudo code.
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
There are 5 questions to complete.