a:active {
color: pink;
}
- The color of the link will display as pink after its been clicked or if the mouse is hovering over the link.
- The color of the link will display as pink on mouse hover.
- The color of the link will display as pink while the link is being clicked but before the mouse click is released.
- The color of the link will display as pink before it has been clicked.
Correct Answer:
- The color of the link will display as pink while the link is being clicked but before the mouse click is released.