How can I make a simple app in solo learn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

21st Aug 2022, 11:46 AM
Abdullahi Musa
Abdullahi Musa - avatar
2 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)
21st Aug 2022, 12:44 PM
PanicS
PanicS - avatar
+ 2
Here is example code, I had used switch to select what page to display: https://code.sololearn.com/WUb47TS5B0Se/?ref=app
21st Aug 2022, 1:20 PM
PanicS
PanicS - avatar