Unable To Get The Result | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Unable To Get The Result

I want that functionality in which when you click on the text, then it will take you to it's destination. here, I am able to move when I click on "ABOUT", but it's not working for "SIGN IN". Please help. Full Code:- https://www.sololearn.com/compiler-playground/W5LaASJF1G71 <html> <head> <ul> <li><a href="#about">ABOUT</a></li> <li><a href="#Sign_in">SIGN IN</a></li> </ul> </head> <body> <section id="about"> <div class="about_left"> <h1>About Us</h1> <p> <left> Thank you </left> </p> <a href="#" class="about_btn">Learn More</a> </div> </section> <!-----------sign in-------> <section> <div class="S"> <form> <h1><center><a name="Sign_in">SIGN IN</a></center></h1> <br> <h3 style="text-align: center;"> To make an order or just to know more</h3> <center> <input type="text" placeholder="Enter Your E-mail"> <input type="submit" value="submit"> </center> </form> </div> </section> </body> </html>

11th Jun 2023, 2:15 PM
Mihir
7 Answers
+ 3
Look at your section for "about" and then look at your section for "sign in", do you notice anything different? Maybe you're missing something? See if you can find it. If not, let me know.
11th Jun 2023, 2:20 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
And I've just seen: https://www.sololearn.com/Discuss/3220060/?ref=app Please don't post more than one thread for the same question.
11th Jun 2023, 2:23 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
You need to look more closely. One section has an id and the other doesn't.
11th Jun 2023, 2:55 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
Thanks
11th Jun 2023, 3:12 PM
Mihir
+ 1
Happy to be able to help!
11th Jun 2023, 3:48 PM
Ausgrindtube
Ausgrindtube - avatar
0
No nothing is missing
11th Jun 2023, 2:34 PM
Mihir
0
Yes, the I'd tag is missing
11th Jun 2023, 3:12 PM
Mihir