Skip to content Skip to sidebar Skip to footer

How To Add Links In Every Data Of My List?

After creating new classroom, the data will then be send to a list as shown on the IMG 1: Now, how do I add/make (a) link/s into every classroom so that whenever I click it it wil

Solution 1:

You can specify like this:

<li><a href="#redirect">BSIT</a></li>
<li><a href="#redirect">BSCS</a></li>
<li><a href="#redirect">BSCE</a></li>

Here, redirect is the partial html where you will land after click on list item text..

I hope this will be helpful to you


Post a Comment for "How To Add Links In Every Data Of My List?"