tabella
cella 1,1 | testo in cella 1,2 | verde cella 1,3 | ||||||
cella 2,1 | cella 2,2 | link in cella 2,3 | ||||||
|
immagine in cella 3,2 |
immagine in cella 3,3 |
tabella con 3 righe e tre
colonne:seconda tabella in cella 3,1 della prima tabella
elementi vari assegnati a celle
<table border="1"
cellspacing="1" width="60%">
<tr>
<td
width="33%">cella 1,1</td>
<td width="33%">testo in cella 1,2</td>
<td width="34%" bgcolor="#00FF00">verde
cella 1,3</td>
</tr>
<tr>
<td
width="33%">cella 2,1</td>
<td width="33%">cella 2,2</td>
<td width="34%"><a
href="cla1.htm">link in cella 2,3</a></td>
</tr>
<tr>
<td width="33%"><div
align="center"><center><table
border="1" cellspacing="1"
width="60%" bgcolor="#FFFF00">
<tr>
<td
width="50%"><font
color="#0000FF"><strong>1</strong></font></td>
<td width="50%"><font
color="#0000FF"><strong>2</strong></font></td>
</tr>
<tr>
<td
width="50%"><font
color="#0000FF"><strong>3</strong></font></td>
<td width="50%"><font
color="#0000FF"><strong>4</strong></font></td>
</tr>
<tr>
<td><font
color="#0000FF"><strong>5</strong></font></td>
<td><font
color="#0000FF"><strong>6</strong></font></td>
</tr>
</table>
</center></div></td>
<td
width="33%"><p
align="center">immagine in cella 3,2<img
src="fragif1.gif"
width="120" height="90"></p>
</td>
<td
width="34%"><p
align="center">immagine in cella 3,3<img
src="neve1.jpg"
width="160" height="120"></p>
</td>
</tr>
</table>