jueves, 9 de febrero de 2017

pg2

<html>
<head>
<title>diseño de tablas </title>
</head>
<body bgcolor=#F781F3>
<h1><center>trabajo en tablas html </h1></center>
<hr>
<table border=1>
<tr>
<td> A </td>
<td> B </td>
</tr>
<tr>
<td> C </td>
<td> D </td>
</tr>
</table>
<br>
<h1> Juegos autoctonos
<table border=1>
<tr>
<td> 6-7-8</td>
<td>9-10-11</td>
</tr>
<tr>
<td> juegos de obstaculos <img src="images.jpg"width 40% height=40%> </td>
<td> explota tu imaginacion <img src="descarga.jpg"width 40% height=40%> </td>
</tr>
</table>
<br>