Dia 6
38
Practicas/Practicas HTML/Practica 7/Practica 7g.html
Normal 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>
|
||||
28
Practicas/Practicas HTML/Practica 7/Practica 7z.html
Normal 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>
|
||||
BIN
Practicas/Practicas HTML/Practica 7/imagenes/agua.jpg
Normal file
|
After Width: | Height: | Size: 202 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/bosque.jpg
Normal file
|
After Width: | Height: | Size: 85 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/clavel.jpg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/coco.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/delfin_cazando.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/geranio.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/gladiolo.jpg
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/jacinto.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/leon.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/manada.jpg
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/margarita.jpg
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/orquidea.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/petunia.jpg
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/pinguino.jpg
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/rosa.jpg
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
Practicas/Practicas HTML/Practica 7/imagenes/tulipan.jpg
Normal file
|
After Width: | Height: | Size: 8.5 KiB |