If we want to create a nested list inside a list item, where will the closing </li> tag be placed?

On a different line than the opening tag, after we've added the nested listOn the same line as the opening tag, before adding the nested list

The </li> tag is placed on a different line than the opening tag after adding the nested list.