I want to link these three sections within the same page:
1) Quick Overview
2)Features
3) Other Info
I want to link each one of these sections so when clicked it jumps to the appropriate section/section heading.
The code I have is:
<p style="text-align: center">
<a href="#id">Quick Overview</a> ·
<a href="#id">Features</a> ·
<a href="#id">Other Info</a>
</p>
I don't know what to put as the "id"
I had put "overview as the "id" after the # sign but the link didn't jump to the section at all.
I never know what to put as the "id" to make a link using the above code.
Help please?
1) Quick Overview
2)Features
3) Other Info
I want to link each one of these sections so when clicked it jumps to the appropriate section/section heading.
The code I have is:
<p style="text-align: center">
<a href="#id">Quick Overview</a> ·
<a href="#id">Features</a> ·
<a href="#id">Other Info</a>
</p>
I don't know what to put as the "id"
I had put "overview as the "id" after the # sign but the link didn't jump to the section at all.
I never know what to put as the "id" to make a link using the above code.
Help please?