+ 1
How to go to another page without going to another code
https://code.sololearn.com/WK7Hlp4xGyAC/?ref=app In this code, When you press on any button it will lead you to another code, so I want to know how to go to another page without going to another code???? Do you understand what I mean?đ¶â€
11 Answers
+ 1
Hams A. El-Zahaby
Add attribute target="_blank" to your link to open it in a new page
+ 2
Hams A. El-Zahaby
Attributes go into the opening tag
Ex:
<a href="www.example.com" target="_blank">Example Link</a>
Here both href and target are attributes
+ 2
Input the URL of the page as an anchor tag, I think that will solve the issue
+ 1
Where to put it exactly?
+ 1
Hanuma Ukkadapu its not working could you please have a look what is wrongđâ€
+ 1
Hams A. El-Zahaby
It won't work in-app
It works in browsers
There no meaning for new page in apps
Go to SoloLearn website in a browser and check it, you'll see the result
+ 1
Thank you so muchâ€â€â€â€
+ 1
Happy to help..đ
+ 1
I'll try thatâ€
0
Can you give an example pleaseâ€
0
No. I don't understand. What do you mean? đđđđ