I have a list of about 30 colleges on a webpage. I'd like to create the A B C D E... HTML links at the top of the page so that when you click A, you are moved down the page to all colleges that start with A, and so on. Any HTML geniuses out there?
And you can do this across pages. On Page1.html you can have a list of links A - Z, and just the links. On Page 2 you can have the long list of all the colleges. You just put page2.html#a and put the anchors on page2 instead of page 1.
Rohit Sharma
2009-02-10 12:22:23 UTC
you can do it with the help of anchor tags whose syntax is