0

Navigate on this app

Is there a possibility to navigate btw one page and another in this app like at "my code bids"to learn how to create a multi page website???

25th May 2025, 5:04 AM
mark mem
mark mem - avatar
4 Respuestas
+ 5
mark mem To navigate between pages or creating a multi-pages website can be done by using anchor tag in html(<a>Some text</a>). Just create several html files such as index.html, about.html, contact.html, or any other depends on your project and use anchor tag to interlink them. To learn more about anchor tag, here is `Introduction to html` course, you can try it.
25th May 2025, 7:10 AM
Gulshan Mahawar
Gulshan Mahawar - avatar
+ 4
Hey,mark mem welcome to Sololearn.. You're looking to navigate between pages in an app or create a multi-page website? Regarding creating a multi-page website, yes, you can learn how to do that! There are resources available. Some popular course to explore include regarding this: 1. HTML (structure) 2. CSS (styling) 3. JavaScript (interactivity) 4. Frameworks like React or Angular see this some same threads.. https://www.sololearn.com/Discuss/3087484/?ref=app https://www.sololearn.com/Discuss/3012879/?ref=app
25th May 2025, 6:58 AM
Darpan kesharwani
Darpan kesharwani - avatar
+ 1
Yes, it is possible to navigate between pages in the Sololearn app. I have opened the app. I also searched for tutorials on how to create a multi-page website using Sololearn.
25th May 2025, 4:44 PM
0mi patil
0mi patil - avatar
+ 1
Get the link of the page where you want to navigate then add this link to the herf attribute of the anchor tag. you can check this out for reference https://sololearn.com/compiler-playground/WC59PH7d5UnH/?ref=app
26th May 2025, 12:38 PM
Brainstorm
Brainstorm - avatar
OSZAR »