QUESTION IMAGE
Question
- which would not be used to make an unordered list? * <ul> <li> </li> </ol> </ul> other
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
D. </ol>