TABLAS HTML
<HTML>
<head>
<title> tablas </title>
</head>
<body>
<table border= 3 widht= 75% height=300>
<TR>
<TD> fila 1, columna 1 </TD>
<TD> fila 1, columna 2 </TD>
</TR>
<TD> fila 2, columna 1 </TD>
<TD> fila 2, columna 2 </TD>
</TR>
</table>
</table>
</body>
</HTML>
Comentarios
Publicar un comentario