0
how make more pages
I just wanna upload some sites i made but i have multri html css how can i make more html css in one prject here?
2 Answers
+ 4
Sololearn runs in a sandboxed playground, you can't make multi-page project here. What you can do is simulate the concept by using <div> elements containing your different pages, and toggling their visibility with JavaScript.
You can use some free services for hosting a multi-page website, like Github.
0
thanks you<3