Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How to Select all visited links using css ?

user-image
Question ajoutée par mohamed ahmed mahmoud , مصمم مواقع انترنت web designer , conect
Date de publication: 2017/04/10
medhatmahmoud mahmoud
par medhatmahmoud mahmoud , Web Designer , Connect Computer Service Co

<style>

a:visited { color:red;}

</style>

</head>

<body>

 

<a href="https://www.google.com">google Home</a><br>

<a href="https://www.google.com/html/">google HTML Tutorial</a><br>

<a href="https://www.google.com/css/">google CSS Tutorial</a>

More Questions Like This