17 lines
846 B
HTML
17 lines
846 B
HTML
<!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> |