How to link between two html tex | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to link between two html tex

14th Feb 2017, 5:41 PM
Bishwanath Yengkhom
Bishwanath Yengkhom - avatar
4 Answers
+ 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 ^^
14th Feb 2017, 9:59 PM
visph
visph - avatar
+ 2
Like this <a href="index.html">textextextextext</a> Try it Yourself »
14th Feb 2017, 5:55 PM
Din Spataj
Din Spataj - avatar
+ 2
same
14th Feb 2017, 9:29 PM
Din Spataj
Din Spataj - avatar
0
yeah I do that on the first page but not connected with second ... what should I do on second page
14th Feb 2017, 5:56 PM
Bishwanath Yengkhom
Bishwanath Yengkhom - avatar