Define lists in HTML

1 answer

Answer

1266921

2026-07-11 17:10

+ Follow

It is often seen in a <li> tag, a tag in HTML is any recognized term between the signs < and >.

you have different type of lists,

<ul><li>this is going to have bullets</li></ul>

<ol><li>This is going to be marked in numbers</li></ol>

then <ol> or ordered list categorizes in to different formats.

eg,

<ol type="1"><li>this is going to have numbers</li></ol>

<ol type="a"><li>this is going to be marked from a to z</li></ol>

<ol type="I"><li>this will mak it is I and II and III and IV sort of thing</li><ol>

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.