Im new to programming, and im trying to write i site. How can i make links usable | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Im new to programming, and im trying to write i site. How can i make links usable

For example when we write <a href=#uselesslink>link<a>, the link doesnt send us to somewhere. How to say, how can i put useable links which sends us to another page i wrote. Sorry for my trash english, i hope u understand me.

17th Dec 2020, 3:01 PM
TayfurEmreUyan
TayfurEmreUyan - avatar
2 Answers
+ 3
Hashtag # is for navigation within the page. You need to put a url in href, If it is an external link, put whole url https://www....... If it is within your website, you can use relative path, such as another-page.html en/aboutus.html ./page3.html /page4.html ../page5.html For difference of the last few examples, watch my video tutorials about Relative Path: https://youtu.be/BWrkxuSWirY
17th Dec 2020, 3:30 PM
Gordon
Gordon - avatar
+ 2
Change #uselesslink with the link
18th Dec 2020, 7:27 PM
Sayyam Jain
Sayyam Jain - avatar