Dia 4
This commit is contained in:
17
Practicas/Practicas HTML/Practica 5/Practica 5c.html
Normal file
17
Practicas/Practicas HTML/Practica 5/Practica 5c.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Practica 5c</title>
|
||||
</head>
|
||||
<body style=" background-image:url(./imagenes/agua.jpg); background-repeat: no-repeat; background-size: cover; ">
|
||||
<h3 style="color:white;">El Rey Leon</h3>
|
||||
<img src="./imagenes/leon.jpg" alt="un Leon" width="350px">
|
||||
<img src="./imagenes/leon.jpg" alt="un Leon" width="350px">
|
||||
<h3 style="color:white">El Rey del Ártico</h3>
|
||||
<img style="margin: auto; display: block;" src="./imagenes/pinguino.jpg" alt="unos pinguinos" width="450px">
|
||||
<h3 style="color:white;">El Rey del oceano</h3>
|
||||
<img src="https://aquaworld.com.mx/uploads/0000/1/2023/06/15/15-hechos-curiosos-sobre-delfines-1100x619.jpg" alt="un delfin" height="200px">
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user