How to use <a> tag to make the items in the list a link | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use <a> tag to make the items in the list a link

1st Jul 2018, 4:59 PM
Daksh Verma
Daksh Verma - avatar
5 Answers
+ 3
<a href = "link here" >What appears here</a>
1st Jul 2018, 5:14 PM
bobbie
bobbie - avatar
+ 3
Same method just place between <li> <a href ="link">What you see</a></li>
1st Jul 2018, 5:20 PM
bobbie
bobbie - avatar
+ 1
Here is how you can make it with the explination https://code.sololearn.com/WK168FNQHYEr/?ref=app
2nd Jul 2018, 10:13 AM
Jebreel Alziadna
Jebreel Alziadna - avatar
0
i am asking to add link in list items
1st Jul 2018, 5:15 PM
Daksh Verma
Daksh Verma - avatar
0
thanks Jebreel
2nd Jul 2018, 11:19 AM
Daksh Verma
Daksh Verma - avatar