0
How can I add multiple pages of html for single website in solo learn app?
6 Antworten
+ 3
This solution looks like multipage:
https://code.sololearn.com/W01o4BbYuDz4/?ref=app
+ 2
No, you can't do that here.
+ 2
Sololearn is a single window screen even not possible on any other website too except any hosting service.
+ 2
The Playground in SoloLearn is primarily designed to help users practice coding concepts within a single file or code snippet. However, it doesn't support creating multiple webpages.
You can link your other playgrounds with the anchor tag. Or use JS or a framework to
make an app.
0
Using multiple pages in Sololearn cannot be achieved simply because Sololearn is learning platform and not for that purpose.
Fortunately, some website can be built with multiple HTML pages through some other apps.
You may also consider following steps below to achieve your goal.
To link two or more pages in HTML, you might want to start by opening your template text file and navigate to file>save as. This will open up a dialogue box. Now, navigate to your HTML folder. Save the new web page you've created in your desired folder.