Bir web sitesine link verme örnek
<!DOCTYPE html>
<html>
<head>
<style>
p.uyari {
color: blue;
}
</style>
</head>
<body>
<p><a href="http://htmlvecssegitimi.blogspot.com/2015/11/html-giris.html">HTML Dersleri sayfamızı ziyaret edin</a></p>
</body>
</html>
Yorumlar
Yorum Gönder