How do I switch from one web page to an id on another web page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do I switch from one web page to an id on another web page?

For example, a home page has such an id="login" section. Is it possible to go to this section from the Services page?

13th May 2020, 3:43 AM
Diyorbek Olimov
Diyorbek Olimov - avatar
1 Answer
+ 5
You can achieve this using <a> tag https://www.sololearn.com/learn/HTML/1031/ <a href="link destination or id of section>Go there</a>
13th May 2020, 3:45 AM
Sudarshan Rai
Sudarshan Rai - avatar