|
Developer Geek Resources HTML Code Examples |
Custom Search
|
| This is a table with black border |
|---|
| row #1 |
| row #2 |
| This is a table with black border |
|---|
| row #1 |
| row #2 |
Just cut-n-paste to reuse.
<table border="1" cellspacing="0" bordercolor="green">
<th>This is a table with black border</th>
<tr>
<td>row #1 </td>
</tr>
<tr>
<td>row #2 </td>
</tr>
</table>
<br>
<table border="1" cellspacing="0" bordercolor="#FF00FF">
<th>This is a table with black border</th>
<tr>
<td>row #1 </td>
</tr>
<tr>
<td>row #2 </td>
</tr>
</table>