maltepe escort ataşehir escort

Html Bağlantıya Renk Nasıl Verilir?

WMH

Moderatör
Platin
Ad Soyad
C** B****
Mesajlar
258
Beğeni
45
Nereden
İstanbul
Ticaret
0 (0%)
Kod:
<!DOCTYPE html>
<html lang="en">
<head>
<style>

    a:link{

        color:greenyellow;
        font-style: italic;

    }
    a:visited{

        color:cornflowerblue;
        font-style: oblique;


    }
    a:hover{

        color:red;
        font-style: oblique;


    }

    a:active{

        color:rosybrown;
        font-style: inherit;


    }


</style>

    <meta charset="UTF-8">
    <title>LİNK DURUMLARININ AYARLANMASI ( BAĞLANTI ) </title>
</head>
<body>

<a href="#"> Renkli link verdik . </a>
<a href="mailto:[email protected]"> Mail adresine link verme tekniği yer almaktadır. </a>
</body>
</html>
 

Şu anda bu konu'yu okuyan kullanıcılar

Benzer konular

Anasayfa Kayıt Ol Giriş Yap
Üst