Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How can i make anchor link # when url visited directly it focus on browser

For instance i have this

<a style="text-decoration:none;" href="#section2">Hello World</a>

and when i provided the url to another person such as for instance example.com/test.html#section2
and they visited it i want the browser to somewhat show or focus on
Hello World which is the a content what a href is linking

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Specify the "id" of the element you want to be in view when you visit that link:

<a href="#section2">Go to Section 2</a>
<div>
  <h1 id="section2">Section 2</h1>
</div>
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading