How many types of list in HTML?

Query By: MS MISHRA

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 Us: advertise@gdatamart.com

Donate Us: Support to GDATAMART

LifeStyle & Fun

© 2024 GDATAMART.COM (All Rights Reserved)