Can someone guide me on how to create a table using divs, CSS, and proper XHTML formatting?
<table width="100%" border="1">
<tr>
<td style="width: 130px">1</td>
<td align="center">2</td>
<td style="width: 130px">3</td>
</tr>
</table>