+ 5
How to create multipage website?
I am creating a blog and putting some 'clicking on text' link but I don't want give any URL from other websites. How can do it? Exp:- <a href="http://www.sololearn.com"> My page </a> I dont want redirect "my page" to "Sololearn" website.
2 Respuestas
+ 4
If you don't want to put any URL, you can simply put href="#".
It will make a link, but will not redirect anywhere.
+ 1
# (sharp) or "_self" in <a href> tag.