Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> a:link { background-color: #ccc; } </style> </head> <body> <h2>Exemple du sélecteur :link</h2> <a href="https://fr.w3docs.com">w3docs</a> <a href="https://stackdev.io/">Stackdev</a> </body> </html>