+ 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
7 Respuestas
+ 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>
+ 1
<a SRC="path.html">next page</a>
+ 1
It's <a href="#">Link text</a>. Replace # with path/url.
0
thanks you for your answers, a last question... ¿do you know if that works here in the app?
0
sure
0
if u have a text editor in your phone u can link it
0
no u can't use it here