go to a specific header in a website code example
Example: 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>