CSS [part 2] - 
uhuk="http://viruspintar.blogspot.com/2009/11/css-part-2.html#more">Lanjut Membaca >>

Cascading Style Sheet (CSS)
Latihan Membuat Web Untuk Pemula
Latihan Membuat Web Untuk Pemula
Elemen elemen CSS
? Mengatur format font (huruf)
| Fungsi | Property | Nilai | Contoh |
| Style huruf | font-style | normal | <style type="text/css"> .text { font-style: italic; } h2 { font-style: oblique; font-weight: bold; } </style> |
| italic | |||
| oblique | |||
| Tebal huruf | font-weight | normal | |
| bold | |||
| bolder | |||
| lighter | |||
| Ukuran huruf | font-size | n px n pt | <style type="text/css"> p { font-size: 11px; padding-left: 20px; } </style> |
| Kapitalisasi | text-transform | capitalize | <style type="text/css"> #kedip { font-size: 10pt; text-transform: uppercase; text-decoration: blink; } h3 { text-transform: lowercase; } </style> |
| uppercase | |||
| lowercase | |||
| Dekorasi text | text-decoration | blink | |
| line-through | |||
| overline | |||
| underline | |||
| Jenis huruf | font-face | <style type="text/css"> .judul { font-family: Garamound, Sans-serif, Times New Roman; } </style> |
Title : CSS [part 2] ► SEOer Mendem ►
URL : https://seomendem.blogspot.com/2009/11/css-part-2_10.html
Jangan lupa untuk membagikan artikel CSS [part 2] ini jika bermanfaat bagi sobat.
0 komentar | add komentar
Post a Comment
Note: Only a member of this blog may post a comment.