CSS Link Biçimlendirme

Merhaba BDA Takipçileri linkin üstüne tıklayınca yönlendirme  işlemleri html kullanarak biçimlendirmeyi css ile yapalım

<html>

<head>

<style type=?text/css?>

a:link

{

color:blue;

text-decoration:none;

background-color:grey;

}

a:visited

{

color:black;

text-decoration:none;

background-color:blue;

}

a:hover

{

color:red;

text-decoration:underline;

background-color:blue;

}

a:active

{

color:green;

text-decoration:none;

background-color:black;

}

</style>

</head>

<body>

<a href=?http://www.banadersanlat.com? target=?_blank?>BDA</a>

</body>

</html>

Bana Ders Anlat © 2008-2022