Is it possible to have multiple html page in the sololearn playground? Cam someone help? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Is it possible to have multiple html page in the sololearn playground? Cam someone help?

Like we can create: home. html, blog. Html, services. Html etc like we can in notepad.

15th Jun 2019, 6:39 PM
Festus Mutua Muasya
Festus Mutua Muasya - avatar
2 Answers
+ 2
It is possible, but you will have to do it with Javascript... After a little google searching, I found this example. https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_full_page_tabs
16th Jun 2019, 1:44 AM
Chris Coder
Chris Coder - avatar
+ 2
As Chris said, it is possible with tabs, but that's only a workaround. There is no true way to make multiple pages. You could also create multiple projects and link them together.
16th Jun 2019, 2:17 AM
JS Coder