14. which of the following is true or used for an unordered list? check all that apply. <ol> and </ol> <ul>…

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

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

Answer

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.

Answer:

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