+ 1
How do you link?
How do you make/get link on sololearn? So I can link a link to another page. Also, it could be nav bar that takes you to the page you want? Is there a way to copy your html/css code output on sololearn?
3 Answers
+ 4
//related lesson
https://www.sololearn.com/learn/HTML/1031/
0
Copying the code is simple, just copy + paste.
Unsure what you want to achieve in regards to links, do you want to link code snippets? Cause that should be possible in the browser version.
Just copy the link you want and toss it into an <a> tag.
0
What if i said Nav bar...Lets say we have "Home", and "About" nav bars,
So, how do i make it where a specific text i wrote appear when i click on specific nav bar.
Example: I click on the "Home" nav bar and a text appears, when i click on "about" nav bar, a different text appears
You probably seen it on websites..