CSS Yazı Stili

<html> <head> <style type="text/css"> body {color:red;} h1 {color:#00ff00;} p.ex {color:rgb(0,0,255);} </style> </head> <body> <h1>Başlık</h1> <p>Paragraf</p> <p class="x">Bu bir paragraf="x". Hemde mavi.</p> </body> </html>
Bana Ders Anlat © 2008-2022