Skip to content

Commit 84a0e73

Browse files
author
Sebastian
committed
Cambio en el a href pagina
1 parent fc5ae87 commit 84a0e73

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<html>
2+
<head>
3+
<title> Mi Página Web</title>
4+
<meta charset="utf-8"/>
5+
6+
</head>
7+
8+
<body>
9+
10+
<header>
11+
<nav>
12+
<a href="#"> Inicio </a>
13+
<a href="#"> Servicios </a>
14+
<a href="#"> Proyectos </a>
15+
<a href="#"> Contacto</a>
16+
</nav>
17+
18+
19+
20+
</header>
21+
22+
<a href="http://google.com" target="_blank"> <h1>Hola desde Casa</h1> </a>
23+
<p> El fútbol o futbol2​ (del inglés británico football, traducido como balompié)3​ es un deporte de
24+
equipo jugado entre dos <br> conjuntos de once jugadores cada uno y algunos árbitros que se ocupan de que las normas se cumplan correctamente
25+
</p>
26+
27+
<img src="atlante.jpg" alt="atlante" width=50% height=128>
28+
<img src="Imagenes/america.jpg" alt="america" width=40% height=128>
29+
30+
31+
<footer>
32+
<a href="https://es-la.facebook.com/" target="_blank"> Facebook <img src="facebook.png" alt="facebook" width=50 height=50> </img> </a>
33+
<a href="https://www.instagram.com/?hl=es-la" target="_blank"> Instagram <img src="instagram.jpg" alt="instagram" width=50 height=50> </img> </a>
34+
<a href="https://twitter.com/login" target="_blank"> Twitter <img src="twitter.png" alt="twitter" width=50 height=50> </a> </img>
35+
<a href="https://web.telegram.org/#/login" target="_blank"> Telegram <img src="telegram.png" alt="telegram" width=50 height=50> </img> </a>
36+
</footer>
37+
38+
</body>
39+
</html>

0 commit comments

Comments
 (0)