+ 1
How to link one page to another in html
10 Antworten
+ 2
On SoloLearn, id recommend putting the separate “pages” into divs and just making them appear or disappear using JavaScript and css
+ 2
<a href=“page.html”>Link</a>
+ 1
Use a link
<a href=“page.html”>Link</a>
+ 1
in sololearn it doesn't work
+ 1
i try it
+ 1
Oh I meant, for actual coding
I don’t know if it’s possible on SoloLearn. You can only link to the code
+ 1
can u make one linking page and send
+ 1
You can have one very long page, and link to divs further down the page. If you add in a transition it can smoothly scroll down to that section. Don't forget to have a floating button that takes you back, or have navbar that is fixed.
0
Linking from one page to a another is exactly the same as links to web pages