adspark Posted May 31, 2012 Report Posted May 31, 2012 I'm not sure how it's done, but I've seen site that have links that take you to a specific header on a page. How do you do this? Quote
Andrea Posted June 1, 2012 Report Posted June 1, 2012 That is called bookmarks. <h1 id="main">Main Header</h1> <a href="#main">go to main header</a> Quote
brainusa Posted June 25, 2012 Report Posted June 25, 2012 (edited) Yes, you are right Andrea. <a href=”#main”> is very common HTML coding which is used in website for going to the header. It doesn’t make a web page to redirect on any web page or also not makes refresh that page. It just works as Java script however it’s not part of Java script. Thanks for your information. Edited September 10, 2012 by brainusa Quote
Andrea Posted June 25, 2012 Report Posted June 25, 2012 Yes, you are right Andrea. <a href=”#main”> is very common html coding which uses in website for going to header. It doesn’t make web page for redirect on any web page or also not makes refresh that page. It just works as java script however it’s not part of Java script. Thanks for your information. OP wasn't asking about JavaScript, Redirects, or Refreshing, and he/she hasn't been back since the day the question was asked. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.