0
Second Page
How do you add a sub page to your HTML website?
1 Odpowiedź
+ 3
You create another HTML file. The main file should be called index.html and use <a href=“page2.html”>Page 2</a> to get to the other pages
How do you add a sub page to your HTML website?