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 individual item. So, <ul> and </ul> create the overall unordered list structure, and <li> and </li> are used for list items in an unordered list. Unordered lists display bullet points, not 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