Home of web learners
www.webn3rd.com
List is to show something as organized way
Html having tag to show in listing way
Order list is something to show text with number
<ol><li>Apple</li><li>Orange</li></ol>Output:
here,in tag ol means order list,by giving ol you tell that it is a order list.In li tag,text of the list is added
Unorder list is something to show text with symbol,not showing with ascending way or order way
<ul><li>Apple</li><li>Orange</li></ul>Output:
here,in tag ul means unorder list,by giving ul you tell that it is a unorder list.In li tag,text of the list is added
webn3rd.com
About webn3rd