Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

6. which would not be used to make an unordered list? * <ul> <li> </li>…

Question

  1. which would not be used to make an unordered list? * <ul> <li> </li> </ol> </ul> other:

Explanation:

Brief Explanations

In HTML, <ul> starts an unordered list, <li> starts a list - item in both ordered and unordered lists, </li> closes a list - item, and </ul> closes an unordered list. However, </ol> is used to close an ordered list and not an unordered list.

Answer:

D. </ol>