ejercicio2.html 556 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!DOCTYPE html>
<html>
	<head>
		<title>Ejercicio 2!</title>
		<meta charset="utf-8">
		<link rel="stylesheet" type="text/css" href="style.css" title="style" />
	</head>
	<body>
		
		<br><br><a href="https://www.facebook.com">Enlace número 1</a> <br>
		<br><br><a href="https://www.twitter.com">Enlace número 2</a> <br>
		<br><br><a href="https://www.w3schools.com">Enlace número 3</a> <br>
		<br><br><a href="https://www.pinterest.com">Enlace número 4</a> <br>
		<br><br><a href="https://www.instagram.com">Enlace número 5</a> <br>


	</body>
</html>