Tag Archives: HTML

Teks Indent Tidak Bekerja di IE7

Ada beberapa aturan agar css bisa digunakan dan bekerja dengan baik pada browser IE. Gunakan deklarasi css berikut agar text-indent bisa bekerja pada browser Internet Explorer. text-indent:-9999px; text-transform:capitalize; font-size:0; display:block; line-height:0; font-size: 0digunakan untuk mengurangi ukuran font dan bekerja dengan … Continue reading

Leave a comment

Redirect Dengan HTML

Redirect atau pengarahan URL dengan menggunakan HTML bisa menggunakan cara berikut: <meta http-equiv=”REFRESH” content=”0;url=http://www.redirect-ke-domain.com”>

Leave a comment

Cara Membuat Meta Description Yang Baik

Differentiate the descriptions for different pages. Using identical or similar descriptions on every page of a site isn’t very helpful when individual pages appear in the web results. In these cases we’re less likely to display the boilerplate text. Wherever … Continue reading

Leave a comment