0

How to open a html file in another html file ?

I want that in my html file (for eg :f1),whenever i click on a element it open another file (f2) on file (f1).how can i do this, please help me

17th Mar 2020, 6:11 PM
Amol Gupta
Amol Gupta - avatar
3 odpowiedzi
17th Mar 2020, 6:33 PM
Kevin ★
0
Thx to all
17th Mar 2020, 7:19 PM
Amol Gupta
Amol Gupta - avatar
0
You can do that only by clicking link tag and navigate to desired HTML file <a href="home.html">Home</a>
17th Mar 2020, 7:21 PM
Viktor Sokolov
Viktor Sokolov - avatar