What is the difference :focus and :active?
|
|
|
|
|
|
|
Let's put that into perspective with an example. Let's say we have a On that note, when you click on an element, you also give it focus also, which gives the allusion that An example:
|
||
|
|
|
|
Source: CSS Pseudo-classes |
||
|
|
|
|
:focus is when an element is able to accept input - the cursor in a input box or a link that has been tabbed to. :active is when an element is being activated by a user - the time between when a user presses a mouse button and then releases it. |
||
|
|
