...<html>
<head>
<title> SAU WEB GROUP - Css </title>
<style type="text/css">
h1 . mavi { font-family : arial; color : blue }
h1 . siyah { font-family : arial; color : black }
</style>
</head >
<body >
<h1 class="mavi" >CSS Kullanımına Örnek </h1>
<h1 class="siyah" >CSS Kullanımına Örnek </h1>...