<div id='comments'>Contoh link [url=http://obesitystrike.blogspot.com/]Teks Tautan[/url]
<br/>Contoh Kode <i rel="code">KODE ANDA</i>
<br />Contoh pre <i rel="pre">KODE PANJANG ANDA</i>
<br/>contoh Gambar [img]http://3.bp.blogspot.com/-wE3ppdCEMFg/VNbmhjrI9LI/AAAAAAAAASk/4quouxwSNK0/s700/emo.png[/img]
<br/>Contoh judul h4 <b rel="h4">JUDUL ANDA DI SINI...</b>
<br/>Contoh teks tebal <strong>TEKS ANDA DI SINI...</strong>
<br/>Contoh huruf miring <em>TEKS ANDA DI SINI...</em>
</div>
CSS
code, pre, i[rel="code"], i[rel="pre"] {
font-style: normal;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
color: #0264BE;
}
pre, i[rel="pre"] {
display:block;
padding:5px .5em 5px 1em;
font:normal normal 12px/15px "Inconsolata","Monaco","Consolas","Andale Mono","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
background-color:#e6e9f1;
border-left:4px solid #A30000;
position:relative;
overflow:auto;
word-wrap:normal;
white-space:pre
}