+ 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.
2 ответов
+ 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
+ 2
Change #uselesslink with the link