QUESTION IMAGE
Question
- which of the following is true or used for an unordered list? check all that apply. <ol> and </ol> <ul> and </ul> <li> and </li> they make a bullet they make a number
Brief Explanations
In HTML, <ul> (unordered list) and </ul> tags are used to create an unordered list which typically displays items with bullet points. The <li> (list - item) and </li> tags are used within both ordered and unordered lists to define each item. Ordered lists use <ol> and </ol> and display items with numbers.
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
B. <ul> and </ul>
C. <li> and </li>
D. they make a bullet