0
Can a hyperlink put link of a specific section (bottom side of page) of other page in html?
9 Respuestas
+ 4
Yes you can with an anchor link
+ 2
Before I tried but didn't work, now it worked. Thanks bro...👍
+ 1
Example:
<a href="Page2/#bottom">
Here is a link to a better playground. With my example
https://playcode.io/909471
+ 1
https://www.w3docs.com/snippets/html/how-to-create-an-anchor-link-to-jump-to-a-specific-part-of-a-page.html
0
Have to got on specific section of another page?
0
Answer any one please, I'll be very thankfull.
0
Anchor only do in same page or for whole another page. It doesn't redirect to specific section of another page.
0
Can you write <a href="........"> example
0
Yes, can solve bro?