HTML Code : Create Table











Header 1 Header 2
Data 1 Data 2

In creating a post, you may need a table to make the post more interesting. If you have no basic of html code, you can copy the code below and paste it in the html section in your blog (see the example above)
<style type="text/css">.nobrtable br { display: none }</style><div class="nobrtable"><table width="440" border="2" align="center" cellpadding="5" rules="all" frame="box" bordercolor="white">
<tr bgcolor="#cc6600">
<th scope="col">Header 1</th>
<th scope="col">Header 2</th>
</tr>
<tr>
<td>Data 1 </td>
<td>Data 2 </td>
</tr>
</table></div>
After pasting the code, you can make some changes to the code, such as changing the header (Header1 and Header 2), or adding more columns by adding code <th scope="col">Judul 3</th> or adding more columns by adding code : <td>Data 3 </td>