+ 9
adding pages
how do you add another page that you can code on in html?
2 Answers
+ 6
create another html file.
or if you're using back-end usually the back-end generate it for you using the template you provided along with the data needed.
+ 1
Use anger tag <a href="your page"></a>