Ask Question
16 October, 16:43

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

+3
Answers (1)
  1. 16 October, 18:18
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers