-
Notifications
You must be signed in to change notification settings - Fork 9
/
links.html
43 lines (41 loc) · 3.22 KB
/
links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
a{
text-decoration: none;
color: white;
background-color: rgb(54, 54, 54);
padding: 10px;
margin: 10px;
}
</style>
</head>
<body>
<a href="https://www.google.com" target="newWindow">Ir a Google</a>
<a title="Visita nuestro sitio" href="https://tzuzulcode.com" target="newWindow">Tzuzul Code</a>
<a href="/articulos/articulo1.html">Ir a articulo 1</a>
<a href="https://midominio.com/articulos/articulo1.html">Ir a articulo 1</a>
<!-- # hace referencia a un id de este documento -->
<a href="#saludo">Ir a saludo</a>
<!-- ? singnifica query o parametros -->
<a href="mailto:[email protected]?subject=Mensaje de prueba&body=Hola mundo">Escribeme al email</a>
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<img src="https://images.unsplash.com/photo-1643400811590-adfc89411a30?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80" alt="Imagen">
<h1 id="saludo">Hola</h1>
</body>
</html>