:active

The active pseudo-class defines the style for an active link. The link becomes active when you click on it.

Syntax


p:active {
    /* properties */
}