How to link one web page to another web page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to link one web page to another web page?

6th Jul 2020, 6:02 PM
Kailash Kr Roy
Kailash Kr Roy - avatar
4 Answers
6th Jul 2020, 6:37 PM
᮴Ridwan_
᮴Ridwan_ - avatar
+ 7
<a href="url">Link text</a> Example: <a href="https://www.google.com/">Google Search</a> <a href="https://www.tutorialrepublic.com/">Tutorial Republic</a> <a href="images/kites.jpg">
7th Jul 2020, 4:40 AM
Sherzodbek Rahmatov
Sherzodbek Rahmatov - avatar
+ 1
<a href="about.html"> About Page</a>
7th Jul 2020, 3:49 PM
Tandoh Achiever Teneng
Tandoh Achiever Teneng - avatar
0
Thank you for the question: and if I want to link a code? I wanted to organise and explain my nature of code programs but if I reference them like below it takes me to the code but it is not runnable <a href="https://code.sololearn.com/WfyDrbH2jM6q/?ref=app">Fish at Night</a>
14th Jul 2020, 8:07 AM
bell
bell - avatar