Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

7. 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> is the opening tag for an unordered list, <li> is used to create list - items in both ordered and unordered lists, </li> is the closing tag for list - items, and </ul> is the closing tag for an unordered list. The </ol> tag is the closing tag for an ordered list and is not used for unordered lists.

Answer:

D. </ol>