Pytanie jest moje takie jak mam zapisać poniższy kod za pomocą bloków div? Mógł by mi ktoś to prze konwertować żeby zrozumiał filozofię div i nie tylko (...)
Kod
<div align="center">
<table border="1" width="800" cellspacing="0" cellpadding="0" height="100" id="table1">
<tr>
<td> </td>
</tr>
</table>
</div>
<div align="center">
<table border="1" width="800" cellspacing="0" cellpadding="0" height="100%" id="table2">
<tr>
<td width="150"> </td>
<td> </td>
<td width="150"> </td>
</tr>
</table>
</div>
<div align="center">
<table border="1" width="800" cellspacing="0" cellpadding="0" height="150" id="table3">
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</div>
<table border="1" width="800" cellspacing="0" cellpadding="0" height="100" id="table1">
<tr>
<td> </td>
</tr>
</table>
</div>
<div align="center">
<table border="1" width="800" cellspacing="0" cellpadding="0" height="100%" id="table2">
<tr>
<td width="150"> </td>
<td> </td>
<td width="150"> </td>
</tr>
</table>
</div>
<div align="center">
<table border="1" width="800" cellspacing="0" cellpadding="0" height="150" id="table3">
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</div>