How To Add Multiple Pages Website On SOLOLEARN Codeplayground | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How To Add Multiple Pages Website On SOLOLEARN Codeplayground

I have a quiz website with 6 pages ( login page, sign-in page, landing page, 3 quiz pages for html css and JavaScript ) how can I add this web to the Solo Learn code playground ?? I have 6 files of HTML CSS and JAVASCRIPT for each page.

21st Jul 2023, 10:58 AM
Mustafa Raza
2 Answers
+ 2
you would have to combine all pages in one html file. depending on which page you want to show, you could put each page in another div container, and with the 'display'-property you can switch the visibility of each div on and off.
21st Jul 2023, 11:31 AM
Jan Markus
+ 4
Mustafa Raza Note that SoloLearn Code Playground is designed for writing and testing code ,this Playground doesn't support multiple pages or linking between them. Have a look this.,same thread.. https://www.sololearn.com/Discuss/3094030/?ref=app https://www.sololearn.com/Discuss/3012879/?ref=app
21st Jul 2023, 11:30 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar