4. Paragraph anchor button
First Paragraph code for the button on top
<a href="#link1"><button name="button">Paragraph 1</button></a>
Code down the page just before your paragraph 1
<a name="link1"></a> <h3>Paragraph 1</h3>
Second paragraph code for the button on top
<a href="#link2"><button name="button">Paragraph 2</button></a>
Code down the page just before your paragraph 2
<a name="link2"></a> <h3>Paragraph 2</h3>
Third paragraph code for the button on top
<a href="#link3"><button name="button">Paragraph 3</button></a>
Code down the page just before your paragraph 2
<a name="link3"></a> <h3>Paragraph 3</h3>
You can adjust the "paragraph 1,2 and 3 text into any word you want.
Join the Discussion
Write something…