how to create link. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

how to create link.

2nd May 2017, 9:23 AM
Web Anshu
Web Anshu - avatar
5 Answers
+ 25
<a href="www.sololearn.com" target="_self">SoloLearn</a>
2nd May 2017, 9:25 AM
Dev
Dev - avatar
+ 8
The tags used to produce links are the <a> and </a>. The <a> tells where the link should start and the </a> indicates where the link ends. Everything between these two will work as a link. The target of the link is added to the <a> tag using the href="http://www.whateverpage.com" setting. The example below shows how to make the word here work as a link to Sololearn. Click <a href="http://www.sololearn.com">here</a> to go to Sololearn. You simply: Specify the target in the <a href=" ">. Then add the text that should work as a link. Finally add an </a> tag to indicate where the link ends.
2nd May 2017, 9:44 AM
Devendra Sanghavi
Devendra Sanghavi - avatar
+ 6
link from Zelda ?
2nd May 2017, 9:34 AM
Devendra Sanghavi
Devendra Sanghavi - avatar
+ 5
just go on in your html course. it's taught there.
2nd May 2017, 9:25 AM
Mario L.
Mario L. - avatar
+ 2
no change link
2nd May 2017, 9:41 AM
Web Anshu
Web Anshu - avatar