Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

13. which of the following is true for a list item? check all that appl…

Question

  1. which of the following is true for a list item? check all that apply? *

they are used with an ordered list
they are used with an unordered list
they have a start tag and an end tag
they look like this <li>
all of the above

Explanation:

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