Table of Content

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