Вы находитесь на странице: 1из 1

CSS (Cascading Style Sheets)

-perintah yang mampu berjalan diantara tag HTML

keuntungan css :
- menghemat pekerjaan pengaturan web

sintax CSS ada tiga bagian :


- selector
- properti
- value

selector { property : value}

contoh css :

<html>
<head><title> - </title>
<style type="text/css">
selector {property :value }
</style>
</head>
<body>
<selector> xxxx </selector>
</body>
</html>
ket : selector yang di tentukan di dalam tag <head>
akan menjadi tag di dalam tag <body>

Вам также может понравиться