Решил выучить Html дошел до раздела таблицы и начал экспериментировать с таблицами но никак немогу их выровнят .Так вот как выровнять несколько таблиц???
Вот что у меня есть :
<html>
<head>
<title> Табл </title>
</head>
<body>
<center>
<TABLE border="1" width="720" height="180">
<tr>
<td colspan="3" > <center> 1</center></td>
</tr>
</table>
</center>
<table border="1" width="180" height="500">
<tr>
<td rowspan="4" > <center> 2 </center></td>
</tr>
</table>
<table border="1" width="520" height="500" >
<tr>
<td rowspan="4" > <center>3</center></td>
</tr>
</table>
</center>
</body>
</html>
А вот как должно быть:http://imgdepo.ru/show/7662655