Вкладені таблиці
Кожна окремо взята комірка може служити ємністю для інших тегів і тег <table> не є винятком. По суті можна вставити одну таблицю в іншу.
<html>
<head>
<title>Вкладена таблиця</title>
</head>
<body>
<center>
<table width="600" height="400" border="1">
<tr>
<td colspan="2"><center>Назва</center></td>
</tr>
<tr>
<td valign="top">зміст:</td>
<td valign="top">
<center>
<br><br>
В одну комірку вкладено таблицю:
<br><br><br>
<table width="200" height="200" cellspacing="0" cellpadding="15">
<tr>
<td bgcolor="#c0e4ff" valign="top">1</td>
<td bgcolor="#c5ffa0" valign="top"><center>2</center></td>
<td bgcolor="#c0e4ff" align="right" valign="top">3</td>
</tr>
<tr>
<td bgcolor="#c5ffa0">4</td>
<td bgcolor="#ffa0c5"><center>5</center></td>
<td bgcolor="#c5ffa0" align="right">6</td>
</tr>
<tr>
<td bgcolor="#c0e4ff" valign="bottom">7</td>
<td bgcolor="#c5ffa0" valign="bottom"><center>8</center></td>
<td bgcolor="#c0e4ff" align="right" valign="bottom">9</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</center>
</body>
</html>
Дата добавления: 2015-05-08; просмотров: 876;