8. which of the following is true for a list item? check all that apply? *\nthey are used with an ordered…

8. which of the following is true for a list item? check all that apply? *\nthey are used with an ordered list\nthey are used with an unordered list\nthey have a start tag and an end tag\nthey look like this <li>\nall of the above
Answer
Brief Explanations:
List - items are used in both ordered (<ol>) and unordered (<ul>) lists. In HTML, list - items have a start tag <li> and an end tag </li>.
Answer:
All of the above