+ 1
How to link between two html tex
4 Antworten
+ 4
If your first page file is "main.html", your second is "page.html", you must put:
- <a href="page.html">click to go page</a> in "main.html"
- <a href="main.html">click to go main</a> in "page.html"
... Same for all links/pages you want provide ^^
+ 2
Like this
<a href="index.html">textextextextext</a>
Try it Yourself »
+ 2
same
0
yeah I do that on the first page but not connected with second ... what should I do on second page