TOP CATEGORIES

×

How many types of list in HTML?

S

Simran Rana

Type of HTML Lists

In the list of HTML, there are basically two types of lists used in HTML web designing by web developers.

  1. Unordered List
  2. Ordered List

An Unordered HTML List

An unordered list starts with the <ul> tag and each list item starts with the <li> tag.

<ul>

  <li>Home Work</li>

</ul>

An Ordered HTML List

An ordered list starts with the <ol> tag and each list item starts with the <li> tag.

<ol>

  <li>Home Work</li>

</ol>

1 votes

Your Answer

Email: advertise@gdatamart.com

Donate: To Support US

Gdatamart.com

GDM provides information across a wide range of categories by verifying data from multiple official sources, even though the site is still being developed.

© 2025 GDATAMART.COM (All Rights Reserved)