ÖRNEK

<html>
<head>
<style>
.abc {
  background-color: tomato;
  color: white;
  padding: 10px;

.def {
  text-align: center;
}
</style>
</head>
<body>


<h2 class="abc">Domates</h2>
<h2 class="def">Erik</h2>

</body>
</html>

ÇIKTI

ÖRNEK

<html>
<head>
<style>
.note {
  font-size: 120%;
  color: red;
}
</style>
</head>
<body>

<h1>bugün <span class="note">class</span> nasıl kullanacağımı öğrendim.</h1>
<p>Burada class yok</p>

</body>
</html>

ÇIKTI

ÖRNEK

ÇIKTI

ÖRNEK

ÇIKTI

ÖRNEK

<html>
<body>

<h2>Hayat çok güzel</h2>
<img src="/images/picture.jpg" alt="Mountain" style="width:300px">

</body>
</html>

ÇIKTI

Last modified: Friday, 24 May 2024, 4:17 PM