friends how can i link my code with others that i have wrote using html or css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

friends how can i link my code with others that i have wrote using html or css

15th May 2017, 3:49 PM
Muhmd
Muhmd - avatar
5 Answers
0
I think that we need more info of your problem
15th May 2017, 4:34 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
0
I write two html code but i need it to contact with each other
15th May 2017, 4:39 PM
Muhmd
Muhmd - avatar
0
in sololearn playground?
15th May 2017, 4:40 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
0
No in visual studio
15th May 2017, 4:41 PM
Muhmd
Muhmd - avatar
0
if they in same directory, you can just create link with name of your second file like href="your_second_file.html" ex: <a href="mypage.html"> lunk to my page </a>
15th May 2017, 4:45 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar