Skip to content

Instantly share code, notes, and snippets.

@felipecabargas
Created June 5, 2018 01:09
Show Gist options
  • Save felipecabargas/7e7c47c94ab1fedbf163e39b3b59c2b7 to your computer and use it in GitHub Desktop.
Save felipecabargas/7e7c47c94ab1fedbf163e39b3b59c2b7 to your computer and use it in GitHub Desktop.
Pagina Dani
<html>
<head>
<title>Tercera Pagina</title>
<link rel="stylesheet" href="estilos.css" />
</head>
<body>
<center>
<h1>Este es un titulo</h1>
</center>
<hr>
<!--
Esto es un comentario, esto no hace nada
-->
<div class="contenido">
<p id="saludo">Hola</p>
<p><a href="http://google.cl">Ir a Google.cl</a></p>
<p><a class="boton" href="http://google.cl">Ir a Google.cl</a></p>
<p><img src="foto-1.png"/></p>
</div>
<div>
<p>1em = 16px</p>
<p><a class="boton" href="http://google.cl">Ir a Google.cl</a></p>
<p><img src="foto-1.png"/></p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment