+ 2
how to create my own link
how to create my own link
3 Réponses
+ 4
Assuming that you are talking about links in HTML, you can do that like this:
<a href = "URL">Text</a>
More info:
https://www.sololearn.com/learn/HTML/1031/?ref=app
+ 3
The other way is to check the location of your content to be linked ,copy the location then paste on < a href="paste here copied location">Word to be displayed</a>
+ 1
Thank you