You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com.
You are in the process of creating a new web page for ABC.com via HTML5 and CSS3. You are
currently defining the style for all hyperlinks on the page by specifying the anchor elements in the
document as follows:
•A:link
•A:hover
•A:active
•A:visited
Which of the following describes what this allows for?
A.
It reflects the user’s first action.
B.
It reflects the user’s second action.
C.
It reflects the user’s third action.
D.
It reflects the user’s last action.
Explanation: