When adding a link to a list item, which tags go inside which?
<a>
</a>
<li>
</li>
The <a> and </a> tags are inside of the <li> and </li> tags.