Answers for "go to a specific header in a website"

Go
0

go to a specific header in a website

<p>This is some content.</p>
<h2><a id="target">Some Header</a></h2>
<p>This is some more content.</p>


# You could use the link <a href="http://url.to.site/index.html#target">Link</a>
Posted by: Guest on September-07-2020

Code answers related to "go to a specific header in a website"

Browse Popular Code Answers by Language