How to make different pages | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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

8th Apr 2019, 4:25 AM
Ginfio
Ginfio - avatar
1 ответ
- 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.
8th Apr 2019, 10:31 PM
Victor Andersson
Victor Andersson - avatar