<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
a:active {
background-color: #8ebf42;
color: #666;
}
</style>
</head>
<body>
<h2>Exemple du sélecteur :active</h2>
<a href="https://fr.w3docs.com//">w3docs.com</a>
</body>
</html>