5 Kasım 2010 Cuma

html de CSS 2


<head><!-- STYLE TYPE="TEXT/CSS EKLENMELİDİR KESİNLİKLE /STYLE BLOGU ARASİNDA YAPİLMALİDİR -->
<title>Untitled Page</title>
<style type="text/css">
body
{
font-family:verdana;
text-decoration:underline;
}
h1,h2,h3,h6,a
{
color:red;
font-size:20pt;
}
a
{
color:Green;
}
</style>
</head>
<body>
normal yazi
<a href="http://www.google.com.tr"> google ye gider ..</a>
<h1 style="color:Gray"> h1 ile yazilan yazi </h1><br />
<h6 style="text-decoration: line-through">h6 ile yazilan yaz</h6>

Hiç yorum yok:

Yorum Gönder