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?
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>
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
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now