how create a active link css html after click code example
Example: button active css
form :active {
color: red;
}
form button:active {
background: black;
}
form :active {
color: red;
}
form button:active {
background: black;
}