This commit is contained in:
2023-11-27 13:45:25 +01:00
parent fe64a50461
commit 2127e2e850
25 changed files with 267 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Practica 7x</title>
</head>
<body>
<table align="center" border="4" style="background-color: blue; border-color: red; border-collapse: collapse; width: 100%; color: white;">
<tr align="center" style="height: 200px;">
<td>1</td>
<td colspan="4" style="background-color: green;">2</td>
<td>6</td>
</tr>
<tr align="center" style="height: 200px;">
<td colspan="2" rowspan="2" style="background-color: green;">7</td>
<td>9</td>
<td>10</td>
<td>11</td>
<td rowspan="3" style="background-color: green;">12</td>
</tr>
<tr align="center" style="height: 200px;">
<td>15</td>
<td>16</td>
<td>17</td>
</tr>
<tr align="center" style="height: 200px;">
<td>19</td>
<td>20</td>
<td colspan="2" style="background-color: green;">21</td>
<td>23</td>
</tr>
</table>
</body>
</html>

View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Practica 7d</title>
</head>
<body>
<table border="1" style="border-collapse: collapse;">
<tr align="center">
<td style="width: 200px; height: 200px;"><img height="200px" src="./imagenes/coco.jpg" alt="Un cocodrilo"></td>
<td style="width: 200px; height: 200px;">2</td>
<td style="width: 200px; height: 200px;"><img height="200px" src="./imagenes/leon.jpg" alt=""></td>
<td style="width: 200px; height: 200px;">3</td>
</tr>
<tr align="center">
<td rowspan="2" style="width: 200px; height: 200px;">HOLA</td>
<td style="width: 200px; height: 200px;"><img height="200px"src="./imagenes/leon.jpg" alt=""></td>
<td colspan="2" style="width: 200px; height: 200px; background-color: green;">A</td>
</tr>
<tr align="center">
<td style="width: 200px; height: 200px;">7</td>
<td style="width: 200px; height: 200px;">8</td>
<td style="width: 200px; height: 200px;">9</td>
</tr>
</table>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB