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>
|
||||
Reference in New Issue
Block a user