How can i create a link that direct me to the second page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i create a link that direct me to the second page

23rd Sep 2020, 6:40 AM
Aman
Aman - avatar
2 Answers
0
the code goes like this <a href="link" target=_blank>Click me</a> inside the href u write the link where u want to direct the user. Secondly, the target attribute is optional if u want the link to open in the new page u can use it Hope this helps!!
23rd Sep 2020, 10:30 AM
Ali Zain
Ali Zain - avatar
+ 2
<a href="second_page.html">Click me</a>
23rd Sep 2020, 6:44 AM
Abhay
Abhay - avatar