Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> a{ display:block; padding:5px; } a:visited { color: #8ebf42; } </style> </head> <body> <h2>Exemple du sélecteur :visited</h2> <a href="https://fr.w3docs.com">W3docs</a> <a href="https://stackdev.io/">Stackdev</a> </body> </html>