Dalam kode css dikenal istilah syntax. Sebuah syntax terdiri atas css selector dan satu atau beberapa buah deklarasi yang didalamya berisikan properti css dan nilainya (property and value). Untuk membangun desain blog/web bisa berisikan puluhan hingga ratusan syntax yang masing-masing membentuk fungsi dan kegunaan berbeda.
Contoh Syntax
h3{ font-size:18px; color:red; font-weight:bold; }
Syntax yang sama dengan penulisan berbeda (fungsi tetap sama!)
h3{font-size:18px;color:red;font-weight:bold;}
Selector | Property | Value |
h3 | font-size | 18px |
color | red | |
font-weight | bold |
Contoh syntax yang lain
div{ width:200px; height:200px; background:yellow; border:5px solid blue; margin:20px 10px; border-radius:12px; }
Dalam demo di bawah ini ada beberapa contoh syntax. Edit kode untuk mendapatkan hasil berbeda!
Please click the button to display. Continue with editing code and click to see the results!
Post : Syntax CSS
by : gubhugreyot - gubhugcss
my Blogs : Demo Tutorial Blogger-1 | Demo Tutorial Blogger-2 | Best Blogger Hacks | Best Blogger Menus | gubhuggreyot-b'detik | gubhugreyot
by : gubhugreyot - gubhugcss
my Blogs : Demo Tutorial Blogger-1 | Demo Tutorial Blogger-2 | Best Blogger Hacks | Best Blogger Menus | gubhuggreyot-b'detik | gubhugreyot
Tidak ada komentar:
Posting Komentar