I av created two html doc and i want to link them,how can i do it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I av created two html doc and i want to link them,how can i do it

12th Jul 2017, 10:45 PM
Olajide Nathaniel
Olajide Nathaniel - avatar
2 Answers
+ 2
we have two pages home.html about.html in home page put link to the about page like this : <a href="about.html">About</a> in about page put link to the home page like this : <a href="home.html">Home</a>
12th Jul 2017, 11:28 PM
Hayder Thamer‬‏‬‏‬‏‎
Hayder Thamer‬‏‬‏‬‏‎ - avatar
+ 1
it's not possible on sololearn
12th Jul 2017, 11:23 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar