Skip to content

Instantly share code, notes, and snippets.

@bobby5892
Created May 16, 2017 17:01
Show Gist options
  • Select an option

  • Save bobby5892/66f92a625812479b95323ee4b62b7d19 to your computer and use it in GitHub Desktop.

Select an option

Save bobby5892/66f92a625812479b95323ee4b62b7d19 to your computer and use it in GitHub Desktop.
linking to objects within a page
<a href="#menu1">Pasta Menu</a>
<a href="#menu2">Soup Menu</a>
<div name="menu1">
All the pasta
</div>
<div name="menu2">
All the soup
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment