-->
<link href="stil_dosyasi.css" type="text/css" rel="stylesheet"/>
<html>
<head>
<title>Sayfa Başlığı</title>
<style type="text/css">
body { background-color:black; color:white; }
p { font-family: Tahoma, Verdana; font-size: 12px; }
</style>
</head>
<body>
<p>Bu 12 piksel Tahoma yazı tipi ile yazıldı.</p>
</body>
</html>
<p style="font-family: Tahoma; font-size: 12px;">
Bu 12 piksel Tahoma yazı tipi ile yazıldı.
</p>

CSS Nasıl Eklenir? hakkında 0 yorum var.