QUESTION IMAGE
Question
- which would not be used to make an unordered list? * <ul> <li> </li> </ol> </ul> other:
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.
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>