How to create multipage website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

26th Dec 2018, 6:26 AM
SHADABVIBE
SHADABVIBE - avatar
2 Answers
+ 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.
26th Dec 2018, 7:27 AM
Raj Chhatrala
Raj Chhatrala - avatar
+ 1
# (sharp) or "_self" in <a href> tag.
25th Feb 2019, 2:09 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar