adding pages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

adding pages

how do you add another page that you can code on in html?

26th Nov 2019, 2:22 AM
Tessa
Tessa - avatar
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.
26th Nov 2019, 2:38 AM
Taste
Taste - avatar
+ 1
Use anger tag <a href="your page"></a>
17th Mar 2020, 4:52 PM
Mohammed Shamir
Mohammed Shamir - avatar