how to add a link for another page that I have created on sololearn to my current web page on sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

27th May 2020, 1:47 PM
Shishupal Kumar
Shishupal Kumar - avatar
2 Answers
+ 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.
27th May 2020, 1:56 PM
Shishupal Kumar
Shishupal Kumar - avatar
+ 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.
27th May 2020, 1:49 PM
Isaac Duah [Active!]
Isaac Duah [Active!] - avatar