This commit is contained in:
2023-11-29 13:43:04 +01:00
parent 024851ef69
commit 8c709817f3
25 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Practica 12</title>
</head>
<body>
<map name="mapa">
<area shape="circle" coords="224,191,90" href="https://www.google.com/intl/es_es/chrome/" />
<area shape="circle" coords="490,191,90" href="https://www.mozilla.org/es-ES/firefox/new/" />
<area shape="circle" coords="770,191,90" href="https://www.microsoft.com/es-es/download/internet-explorer.aspx" />
<area shape="circle" coords="349,450,90" href="https://www.opera.com/es" />
<area shape="circle" coords="604,450,90" href="https://www.apple.com/es/safari/" />
</map>
<img src="imagenes/imagen_navegadores.jpg" usemap="#mapa" />
</body>
</html>

View File

@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Practica 12a</title>
</head>
<body>
<map name="mapa">
<area shape="rect" coords="293,236,489,315" href="https://es.wikipedia.org/wiki/Noruega" alt="Noruega" />
<area shape="rect" coords="700,292,850,415" href="https://es.wikipedia.org/wiki/Suecia" alt="Suecia" />
<area shape="rect" coords="987,246,1119,381" href="https://es.wikipedia.org/wiki/Finlandia" alt="Finlandia"/>
<area shape="rect" coords="458,461,634,561" href="https://es.wikipedia.org/wiki/Dinamarca" alt="Dinamarca" />
</map>
<img src="imagenes/paises_nordicos.jpg" usemap="#mapa" />
</body>
</html>

View File

@@ -0,0 +1,7 @@
<map name="mapa">
<area shape="circle" coords="224,191,90" href="https://www.google.com/intl/es_es/chrome/" />
<area shape="" coords="" href="" />
</map>
<img src="ruta donde esta la imagen" usemap="#mapa"/>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 KiB