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

How to add url to html page

I'm making a blog for myuaic stuff, and need to know how to add the URL for it pls, thx in advance

21st Apr 2018, 1:29 AM
Wolf Web
Wolf Web - avatar
4 Answers
+ 6
maybe this helps you https://www.sololearn.com/learn/HTML/1031 what you need is a a tag <a href="urURL">Linkname</a>
21st Apr 2018, 1:42 AM
Stefanoo
Stefanoo - avatar
+ 11
-To add Link use <a href="url">Text</a>
21st Apr 2018, 3:41 PM
Sadaam Linux
Sadaam Linux - avatar
+ 1
Sadaam Linux that is incorrect. You would need: <a href="Your link">some text</a>
6th May 2018, 10:44 AM
Paul Grasser
Paul Grasser - avatar
+ 1
Sadaam Linux I'm looking back, and wondering the same thing as you are. Sry I was just Stupid no idea what happened there. 😂😂😂
1st Sep 2018, 7:55 PM
Paul Grasser
Paul Grasser - avatar