0
friends how can i link my code with others that i have wrote using html or css
5 Respuestas
0
I think that we need more info of your problem
0
I write two html code but i need it to contact with each other
0
in sololearn playground?
0
No in visual studio
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>