:active


Topic | v1 | created by jjones |
Description

The :active CSS pseudo-class represents an element (such as a button) that is being activated by the user. When using a mouse, "activation" typically starts when the user presses down the primary mouse button.


Relations

is CSS pseudo-class

A CSS pseudo-class is a keyword added to a selector that specifies a special state of the selected el...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

treated in When do the :hover, :focus, and :active pseudo-classes apply?

10.0 rating 2.0 level 9.0 clarity 5.0 background – 1 rating

When we select an element by its .class or #id, we’re using predefined and unchanging attributes that...