Where do we need to add link tags to make list items clickable?

Between <li> and </li>Between <ol> and <ol>Between <ul> and </ul>

Like with any list item, we need to add it between <li> and </li>.