Dia 4
This commit is contained in:
22
Practicas/Practicas HTML/Practica 6/practica 6.html
Normal file
22
Practicas/Practicas HTML/Practica 6/practica 6.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user