How can I create an internal link? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can I create an internal link?

I want to make a page with a link to another page created by myself, thanks for your help

20th Jul 2016, 4:35 PM
Juan Jose Mayorga (Tmaniacus)
Juan Jose Mayorga (Tmaniacus) - avatar
7 Answers
+ 4
for example create two pages like home.html and about.html In home.html page write this code in body:- <a href="home.html">HOME</a> <a href="about.html">ABOUT</a>
20th Jul 2016, 6:45 PM
rahul swami
rahul swami - avatar
+ 1
<a SRC="path.html">next page</a>
20th Jul 2016, 4:52 PM
manish rawat
manish rawat - avatar
+ 1
It's <a href="#">Link text</a>. Replace # with path/url.
20th Jul 2016, 6:41 PM
ZinC
ZinC - avatar
0
thanks you for your answers, a last question... ¿do you know if that works here in the app?
20th Jul 2016, 6:51 PM
Juan Jose Mayorga (Tmaniacus)
Juan Jose Mayorga (Tmaniacus) - avatar
0
sure
20th Jul 2016, 6:53 PM
rahul swami
rahul swami - avatar
0
if u have a text editor in your phone u can link it
16th Nov 2016, 8:44 AM
Core i9
Core i9 - avatar
0
no u can't use it here
16th Nov 2016, 8:46 AM
Core i9
Core i9 - avatar