Ask Question
7 February, 20:38

HTML provides elements for making up which of the following types of lists - check as many as apply

1. bucket list

2. description list

3. ordered list

4. unordered list

+4
Answers (1)
  1. 7 February, 20:58
    0
    ordered list and unordered list

    Explanation:

    In HTML their are two types of list

    1 Ordered list

    2 Unordered list.

    1. Ordered list

    The ordered list is start with the tag. The elements in this list in the order manner.

    we can create ordered list by following

    sunday

    monday

    output

    1 sunday

    2 monday

    2. Unordered list

    The unordered list is start with the tag. The elements in this list in the unorder manner.

    we can create unordered list by following

    sunday

    monday

    output

    . sunday

    . monday
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “HTML provides elements for making up which of the following types of lists - check as many as apply 1. bucket list 2. description list 3. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers