Computer Science, asked by bharatsharma420, 3 months ago

D. Answer the following questions.
1. How do you create lists in HTML? Discuss various types of lists.

Answers

Answered by anwesha70
2

Answer:

  • Unordered HTML List. An unordered list starts with the <ul> tag. Each list item starts with the <li> tag.

  • Ordered HTML List. An ordered list starts with the <ol> tag. Each list item starts with the <li> tag.

  • HTML Description Lists. HTML also supports description lists.
Similar questions