+ 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
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>
+ 11
-To add Link use
<a href="url">Text</a>
+ 1
Sadaam Linux that is incorrect.
You would need:
<a href="Your link">some text</a>
+ 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.
đđđ