Page 55 - Microsoft Word - apostilaHTML.doc
P. 55
Fígura 8.6 Modelo de uso do atributo ALIGN
Modelo de uso do atributo ALIGN na tag <TABLE>
<html>
<head>
<title>Tabelas</title>
</head>
<body>
<h1>Atributos ALIGN - tag TABLE</h1><BR>
<table width="300" border="2" align="center">
<tr>
<td >1</td>
<td >2</td>
<td >3</td>
</tr>
</table>
</body>
</html>
____________________________________________________________ Página - 45 -