IFCD0210/Practicas/Practicas HTML/Practica 6/practica 6.html
2023-11-23 13:42:43 +01:00

22 lines
793 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<a style="display: block;" title="Clavel" href="https://es.wikipedia.org/wiki/Clavel" target="_blank">Clavel</a>
<a style="display: block;" title="Clavel" href="https://es.wikipedia.org/wiki/Clavel" target="_blank">
<img src="./imagenes/clavel.jpg" alt="Un Clavel">
</a>
<a style="display: block;" title="Geranio" href="https://es.wikipedia.org/wiki/Geranio" target="_blank">Geranio</a>
<a style="display: block;" title="Geranio" href="https://es.wikipedia.org/wiki/Geranio" target="_blank">
<img src="./imagenes/geranio.jpg" alt="Un Geranio">
</a>
</body>
</html>