Files
edicion-en-html/html2005/tablas/tablas3a.htm
2023-02-12 18:29:35 +01:00

187 lines
4.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" language="JavaScript">
<!--
function cerrar(winName) { //v2.0
window.close(winName);
}
//-->
</script>
<link href="../estilo.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" cellpadding="5" cellspacing="5" >
<tr bgcolor="#ADCFEB">
<td><div align="center">
<table width="300" border="5" frame="void">
<caption>
Esta tabla tiene establecido border=&quot;5&quot; y frame="void"
</caption>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
</table>
</div></td>
<td><div align="center">
<table width="300" border="5" frame="above">
<caption>
Esta tabla tiene establecido border=&quot;5&quot; y frame="above"
</caption>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
</table>
</div></td>
</tr>
<tr bgcolor="#ADCFEB">
<td><div align="center">
<table width="300" border="5" frame="below">
<caption>
Esta tabla tiene establecido border=&quot;5&quot; y frame="below"
</caption>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
</table>
</div></td>
<td><div align="center">
<table width="300" border="5" frame="hsides">
<caption>
Esta tabla tiene establecido border=&quot;5&quot; y frame="hsides"
</caption>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
</table>
</div></td>
</tr>
<tr bgcolor="#ADCFEB">
<td><div align="center">
<table width="300" border="5" frame="vsides">
<caption>
Esta tabla tiene establecido border=&quot;5&quot; y frame="vsides"
</caption>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
</table>
</div></td>
<td><div align="center">
<table width="300" border="5" frame="lhs">
<caption>
Esta tabla tiene establecido border=&quot;5&quot; y frame="lhs"
</caption>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
</table>
</div></td>
</tr>
</table>
<table width="50%" align="center" cellpadding="5" >
<tr>
<td bgcolor="#ADCFEB"><div align="center">
<table width="300" border="5" frame="rhs">
<caption>
Esta tabla tiene establecido border=&quot;5&quot; y frame="rhs"
</caption>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
<tr>
<td>texto</td>
<td>texto</td>
<td>texto</td>
</tr>
</table>
</div></td>
</tr>
</table>
<p class="derecha"><a href="#" onClick="cerrar('frame')">Cerrar ventana</a></p>
</body>
</html>