Link html page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

Link html page

How can i link my other html page in my new html code? Please Help me

25th Aug 2018, 6:22 PM
Ourad
Ourad - avatar
7 Answers
+ 8
<a href="about.html">About page</a>
26th Aug 2018, 9:21 PM
program
program - avatar
+ 5
Traditionally, you can use the anchor tags. In SoloLearn's Code Playground, there isn't really a way to do so (although there are ways to fake it) as it is more for practicing and storing code snippets than for a full-fledged website.
25th Aug 2018, 6:41 PM
Janningā­
Janningā­ - avatar
+ 4
1.make sure the html page you want to link to is in the same folder as the one you are working on. 2.add this <a href = "theHtmlPage.html"> Html Page</a>
27th Aug 2018, 5:15 PM
Tech Inary
Tech Inary - avatar
+ 2
An anchor tag is for links, so you use it for linking to other websites, pages within your website, and even sections of your page.
27th Aug 2018, 12:17 PM
LionessLilo
LionessLilo - avatar
+ 2
But,if you code in sololearn,it's not going to save on your device or folder..
17th Apr 2023, 4:46 PM
Abdulazeez
Abdulazeez - avatar
+ 1
To put it simply: <a href="link here">Text</a>
1st Nov 2020, 8:43 PM
BrokenStar [INACTIVE]
BrokenStar [INACTIVE] - avatar