0
How can i link two or more than two webpages?
please help me, I want to link two web pages but I don't know how to do that .
4 ответов
+ 2
I need a hyperlink of my webpage to do that.
That's my doubt, how can I make a link of my webpage.
+ 1
webpage which points to the another Web page and I'm just coding a website in html.
0
What do you mean by link two web pages? You want to add a link to one page, which points to the other one, and vice versa?
Also are you using a framework like WordPress, or just coding a website in HTML.
0
use anchor <a> tag with href attribute help:
<a href="http://www.mypage.com">Go to mypage</a>