Banner

Belajar CSS


<html>
<head>
<sty|e>
p.norma| { font-style: normat}
p.italic { font-style: italic;}
p.0blique { font-style: oblique;} </sty|e>
</head>
<body>
<p class="normal">Teks dengan style normal</p>
<p class="italic">Teks dengan style italic</p> <p class="oblique">Teks dengan style obhque</p>
</body>
</html>



Subscribe to receive free email updates:

0 Response to "Belajar CSS"

Post a Comment