HTML Stiller Örnek Still Kullanımı

Konuya git Çalıştır
     
<!DOCTYPE html>
<html>
<head>
<title>Sayfa başlığı</title>
</head>
<body>
<p>Stil uygulanmamış</p>
<p style="color:green;">Yeşil yazı</p>
<p style="color:blue;">Mavi yazı</p>
<p style="font-size:36px;">Büyük fontlu yazı</p>
</body> </html>