+ 2
Good day solo learns greatest! Wanna ask how do you link multiple html pages
HTML pages links
5 Antworten
+ 7
<iframe> <a href>?
+ 3
I don't get you clearly also
0
I dont get dude?😕
0
ok I'll elaborate..first up if u create 2 html pages and u want to link both on them in a way that when u click on a div item"next or previous page",it'll direct to to be other html
0
<a href="previous.html">previous</a>
<a href="next.html">next</a>