Help me! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Help me!

Im trying to make a simple website on my phone but i cant make a link that redirect my page to my other html page but when i use es note editor and then run it from the editor with chrome that work. and i use trebedit it work perfectly but the app doesnt use browser the app use like a built in browser

25th Feb 2020, 9:31 AM
CutieRei
CutieRei - avatar
1 Answer
0
Can you please explain what you're trying to achive and the problem clearer? Link is made with <a> tag: `<a href="path_to_page/page.html">link</a>` Be sure to use right path or to have the page in the right directory if you're using relative path.
25th Feb 2020, 9:35 PM
Hrvoje
Hrvoje - avatar