0
How to use <a> tag to make the items in the list a link
5 ответов
+ 3
<a href = "link here" >What appears here</a>
+ 3
Same method just place between <li> <a href ="link">What you see</a></li>
+ 1
Here is how you can make it with the explination
https://code.sololearn.com/WK168FNQHYEr/?ref=app
0
i am asking to add link in list items
0
thanks Jebreel