Page 57 - Microsoft Word - apostilaHTML.doc
P. 57
Fígura 8.7 Modelo de uso do atributo VALIGN
Modelo de uso do atributo VALIGN
<html>
<head>
<title>Tabelas</title>
</head>
<body>
<h1>Atributos VALIGN</h1><BR>
<table width="300" border="2" align="center">
<tr>
<td align="center" valign="top" height="50">1</td>
<td align="center" valign="middle">2</td>
<td align="center" valign="bottom">3</td>
</tr>
<tr>
<tH align="center">Alinhamento TOP</tH>
<tH align="center">Alinhamento MIDDLE</tH>
<tH align="center">Alinhamento BOTTOM</tH>
</tr>
</table>
</body>
</html>
____________________________________________________________ Página - 47 -