+ 3
how to create link.
5 Answers
+ 25
<a href="www.sololearn.com" target="_self">SoloLearn</a>
+ 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.
+ 6
link from Zelda ?
+ 5
just go on in your html course. it's taught there.
+ 2
no change link