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

Link

I want to write "This is the link". and I want that only the link word will be the link target.. what will I do?

30th Aug 2016, 2:52 PM
Osama Mughal
Osama Mughal - avatar
3 Answers
+ 2
<p>This is the <a href="your.url"> link</a></p>
30th Aug 2016, 9:09 PM
Hamid Gazerpour
Hamid Gazerpour - avatar
0
Thanks.. :)
31st Aug 2016, 3:22 AM
Osama Mughal
Osama Mughal - avatar
0
<p>This is the <a href="http://www.example.com">Link</a></p>
4th Sep 2016, 2:16 PM
Adil Ela
Adil Ela - avatar