Dia 8
This commit is contained in:
26
Practicas/Practicas HTML/Practica 12/Practica 12.html
Normal file
26
Practicas/Practicas HTML/Practica 12/Practica 12.html
Normal 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>
|
||||
25
Practicas/Practicas HTML/Practica 12/Practica 12a.html
Normal file
25
Practicas/Practicas HTML/Practica 12/Practica 12a.html
Normal 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>
|
||||
@@ -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"/>
|
||||
BIN
Practicas/Practicas HTML/Practica 12/imagenes.zip
Normal file
BIN
Practicas/Practicas HTML/Practica 12/imagenes.zip
Normal file
Binary file not shown.
BIN
Practicas/Practicas HTML/Practica 12/imagenes/colores_web.jpg
Normal file
BIN
Practicas/Practicas HTML/Practica 12/imagenes/colores_web.jpg
Normal file
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 |
Reference in New Issue
Block a user