+ 3
How to link one web page to another web page?
6 Antworten
+ 8
Just use the <a> tag
https://www.sololearn.com/learn/HTML/1031/
However, this is story for you
https://www.sololearn.com/discuss/769859/?ref=app
+ 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">
+ 1
<a href="about.html"> About Page</a>
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>