Saturday, 17 September 2016

Kumpulan Kode HTML Bagi Blogger

Bagi yang sedang mencari kode buat edit template blog, berikut kami list kode html buat blog anda


  • Kode untuk menampilkan gambar  <img src="http://url gambar anda"</a> 
  • Kode untuk mengubah ukuran gambar <img src="http://url-gambar" width="100" height="100">
  • Kode untuk Membuat link dengan teks <a href="http://url tujuan">link teks anda</a> 
  • Kode untuk Membuat Link dengan Gambar <a href="http://url tujuan"><img src ="http://url gambar anda"/></a> 
  • Kode untuk Link dg Tombol <div style="text-align:center;"><a href="http://URLanda"><input type="submit" value="teks link anda" /></a></div>
  • Kode untuk Membuat Garis <hr/>
  • Kode untuk garis warna <hr style="color:red">
  • Kode untuk mengatur ukuran garis <hr style="color:#00f" width="60%">
  • Kode untuk garis kanan <hr style="color:#00f" width="60%" align="right">
  • Kode untuk garis kiri <hr style="color:#00f" width="60%" align="left">
  • Kode untuk garis dengan background <hr style="height:3px;background:#00f;color:#f00;">
  • Kode untuk garis titik-titik <div style="border-bottom:3px dotted #00f;"></div>
  • Kode untuk garis putus-putus <div style="border-bottom:3px dashed #00f;"></div>
  • Kode untuk Membuat Teks Berbayang / Shadow <style type="text/css">b.drop-shadow { text-shadow: 2px 2px 3px red }</style><font color="yellow"><b class="drop-shadow"><b>teks anda</b></font></b>
  • Kode untuk Membuat Paragrap <p/>
  • Kode untuk Membuat Baris Baru <br/>
  • Kode untuk Membuat teks berwarna <span style="color:#00ffff">teks anda</span> 
  • Kode untuk Teks di tengah <center>teks anda</center>
  • Kode untuk Teks kanan <div style="text-align: right;"> Teks Rata Kanan </div> 
  • Kode untuk Teks kiri <div style="text-align: left;"> Teks Rata Kiri </div> 
  • Kode untuk Membuat Daftar /bullet

          Menu I  <ul> <li>Menu I</li>
          Menu II  <li>Menu II</li>
          Menu III <li>Menu III</li> </ul>


  • Kode untuk Membuat list numbering

          Menu I  <ol> <li>Menu I</li>
          Menu II  <li>Menu II</li>
          Menu III <li>Menu III</li> </ol>


  • Kode untuk Membuat Teks dicoret <s>teks anda</s> 
  • Kode untuk Membuat Garis bawah pada teks (underline)  <u>teks anda</u>
  • Kode untuk Membuat Teks miring (italic) <i>teks anda</i> 
  • Kode untuk Membuat Teks tebal (bold) <b>teks anda</b> 
  • Kode untuk teks mesin ketik <tt>teks anda</tt>
  • Kode untuk Teks dibawah (Subscript) <sub>Teks anda</sub>
  • Kode untuk Teks diatas (Superscript) <sup>teks anda</sup>
  • Kode untuk TEKS UKURAN BESAR <h1>teks</h1>
  • Kode untuk Teks ukuran besar + warna <font color="orange" size="15px">Teks</font>
  • 15+ makin besar
  • Kode untuk membuat teks dengan alinea baru / baris pertama agak menjorok kedalam <p style="text-indent:30px;">teks</p>
  • Kode untuk Teks Stabilo <span style="background-color:
  • #ffc1e0;">Teks</span> 
  • Kode untuk teks area <text*area cols="15" rows="2">isi teks area. hapus tanda *</text*area>
  • Kode untuk teks area, huruf warna <text*area name="code" cols="15" rows="1" style=";color:#ff00ff;">isi teks area. hapus tanda * </text*area>
  • Kode untuk teks area dengan bingkai <text*area name="code" cols="15" rows="1" style="border:5px inset #00ffff;">isi teks area. hapus tanda * </text*area>
  • Kode untuk teks area, bingkai, huruf warna <text*area name="code" cols="15" rows="1" style="color:#ff1493;border:5px inset #9932cc;">isi teks area, hapus tanda * </text*area>
  • Kode untuk teks area, background <tex*tarea name="code" cols="15" rows="1" style="background:#ff6347;">isi teks area, hapus tanda *</tex*tarea>
  • Kode untuk teks area, background, bingkai <text*area name="code" cols="15" rows="1" style="background:#fa8072;border:5px inset #ff7f50;">isi teks area, hapus tanda * </tex*tarea>
  • Kode untuk teks area, background, bingkai, huruf warna <text*area name="code" cols="15" rows="1" style="background:#9932cc;color:#ff6347;border:5px inset #ff1493;">isi teks area, hapus tanda * </tex*tarea>
  • Kode untuk teks area dashed <textarea name="code" cols="15" rows="1" style="background:#0f0;color:#295F00;border:5px #295F00 dashed;line-height:1.5em;padding:5px;">isi teks area, hapus tanda * </text*area>
  • Kode untuk teks area dotted <text*area name="code" cols="15" rows="1" style="background:#ef0090;color:#FFEFF9;border:5px dotted #FFEFF9;line-height:1.5em;padding:5px;">isi teks area, hapus tanda * </text*area>
  • Kode untuk 1 kolom  <table width="100%" border="1"><tr><td width="100%" bgcolor="green" align="center">teks</td></tr></table>
  • Kode untuk 2 kolom  <table width="100%" border="1"><tr><td width="50%" bgcolor="green" align="center">teks 1</td><td width="50%" bgcolor="green" align="center">teks 2</td></tr></table>

  • Kode untuk 3 kolom  <table width="100%" border="1"><tr><td width="33%" bgcolor="green" align="center">teks 1</td><td width="34%" bgcolor="green" align="center">teks 2</td><td width="33%" bgcolor="green" align="center">teks 3</td></tr></table>

Kumpulan Kode HTML Bagi Blogger Rating: 4.5 Diposkan Oleh: Chils Desoel