+ 2
how to add a link for another page that I have created on sololearn to my current web page on sololearn?
In my styles-conference.html I want to add valid links leading to pages for which I have already given the links. Please explaint it to me. I am using sololearn code playground for my coding.
2 Réponses
+ 3
that works fine ...... but I do not intend to add a link to an external website....but I am asking about how to link my other pages within the Main page.
For example I want to link About.html to my main page. The main page and the About page both have been created using sololearn code playground.
+ 2
You can add using
<a href .....></a> the dot stands for the website link but you are going to put equal sign infront of the href and after that your link in " "and then you are done.