How can i link two or more than two webpages? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 .

3rd Apr 2018, 9:28 AM
Robin Singh
Robin Singh - avatar
4 Antworten
+ 2
I need a hyperlink of my webpage to do that. That's my doubt, how can I make a link of my webpage.
3rd Apr 2018, 9:45 AM
Robin Singh
Robin Singh - avatar
+ 1
webpage which points to the another Web page and I'm just coding a website in html.
3rd Apr 2018, 9:41 AM
Robin Singh
Robin Singh - avatar
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.
3rd Apr 2018, 9:40 AM
Emma
0
use anchor <a> tag with href attribute help: <a href="http://www.mypage.com">Go to mypage</a>
3rd Apr 2018, 9:42 AM
KrOW
KrOW - avatar