:active (CSS1)

The :active pseudo-class matches when an element is being activated by the user.

Syntax

:active { declaration block }

Examples having uses of: ':active'

1 votes
11k views

CSS Pseudo on link tag

In this example, a hyperlink with a destination of "#" is set to display different colouring for different properties.
0 votes
1k views

CSS Pseudo

CSS pseudo-classes are used to add special effects to some selectors.