Skip to content

Instantly share code, notes, and snippets.

@Fl0rent
Last active March 3, 2016 12:55
Show Gist options
  • Save Fl0rent/d71c310ddff917a43023 to your computer and use it in GitHub Desktop.
Save Fl0rent/d71c310ddff917a43023 to your computer and use it in GitHub Desktop.
Faire un lien HTML vers une ancre
<h2 id="mon_ancre">Titre</h2>
<a href="#mon_ancre">Aller vers l'ancre</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment