0
How to make different pages
Is there a way to make multiple pages with Sololearn; something like: "Home", "about". So when you click on "home" it shows you somethings and when you click on "about", it shows you something different. kind of like nav bar
1 Antwort
- 1
An easy way to achieve this is to implement some basic tabs functionality:
https://www.w3schools.com/howto/howto_js_tabs.asp
SoloLearn doesnt use any built in functionality for SPA.