When adding a link to a list item, which tags go inside which?

The <a> and </a> tags go inside the <li> and </li> tagsThe <li> and </li> tags go inside the <a> and </a> tags

The <a> and </a> tags are inside of the <li> and </li> tags.