+ 1
How can I make a simple app in solo learn
I means how can I create different pages of app in one html file
3 Answers
+ 3
You cant link multiply html files here in sololearn, but you can make single page applications, where you change content of page.
So when user click on link you change page content to be new content.
For this you would need to learn javascript (event listeners, DOM, changing style using js)
+ 2
Here is example code, I had used switch to select what page to display:
https://code.sololearn.com/WUb47TS5B0Se/?ref=app