Navigation (hyper links) inside a webpage...?
Hi,
I'm working on a webpage which has a lot of information packed into it...
I wanted to create a simple navigation inside the website, for example;
.................................
This section deals with;
Q1 (click to go to this section)
Q2 (click to go to this section)
......
Heading: Q1
bla bla bla
(click here to go back to top of the page)
.....
Heading: Q2
bla bla bla
(click here to go back to top of the page)
(click here to go back to the top of the page)
..........................
I have seen some javascript codes which are just unbelievable complicated and advanced, how can I do this with the simplest of codes?
I appreciate your time,
Thanks!
|