Updates
  • Starting New Weekday Batch for Full Stack Java Development on 15 September 2025 @ 02:00 PM to 04:00 PM
  • Starting New Weekday Batch for MERN Stack Development on 29 September 2025 @ 04:00 PM to 06:00 PM
Join Course

HTML Lists

• Lists in HTML are used to organize and present information in a structured manner.
• There are three types of lists in HTML: unordered lists, ordered lists, and description lists.
• Unordered lists use the <ul> tag and consist of list items <li>, indicated by bullet points.
• Ordered lists use the <ol> tag and consist of list items <li>, indicated by sequential numbers or letters.
• Description lists use the <dl> tag and consist of terms <dt> followed by their descriptions <dd>.