Explain various HTML list tags?

0

In HTML we can list the element in two ways:

  1. Ordered list : In this list item are marked with numbers.

  1. first item
  2. second item

Display as:

  1. First item
  2. Second item.
  3.  
  4. Unordered Lists : In this item are marked with bullets.

  • first item
  • second item

Display as:

- First item

- Second item.

asked Apr 15, 2023 at 00:00
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.