Skip to content

Instantly share code, notes, and snippets.

@jmlweb
Created April 28, 2011 17:06
Show Gist options
  • Save jmlweb/946765 to your computer and use it in GitHub Desktop.
Save jmlweb/946765 to your computer and use it in GitHub Desktop.
Para poner un ancla en el sitio
<html>
<head><title>Enlace al sitio</title></head>
<body>
<!-- En el enlace -->
<a href="#destino">ENLACE QUE ENVÍA AL DEE</a>
<!-- En el post al cuál queréis llegar, por ejemplo -->
<div class="post">
<h1 id="destino"><a href="http://www.mipagina.com/2011/04/25/el-hobbit/" title="Permalink for El Hobbit">El Hobbit</a></h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment