Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

19. which of the following is true or used for an unordered list? check…

Question

  1. 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

Explanation:

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.

Answer:

B. <ul> and </ul>
C. <li> and </li>
D. they make a bullet