Created
May 16, 2017 17:01
-
-
Save bobby5892/66f92a625812479b95323ee4b62b7d19 to your computer and use it in GitHub Desktop.
linking to objects within a page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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