Explain various HTML list tags?
0
In HTML we can list the element in two ways:
- Ordered list : In this list item are marked with numbers.
- first item
- second item
Display as:
- First item
- Second item.
- Unordered Lists : In this item are marked with bullets.
- first item
- second item
Display as:
- First item
- Second item.
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.