∆ Three Types Of Lists ...
1 ) Order List / Number List :-
1) The <OL> tag display Order list or Number list...
2) Order List start with <OL> And End with </OL> ...
3) It is also called container tag ...
4) Items define in Order list by using List tag ...
5) List tag also Container tag ...
6) List tag start from <LI> and End with </LI>...
# Attributes Of Order List ....
i ) Type :-
" The Type attributes defined as which type of list i.e numbering , disc , circle , triangle etc ..."
ii ) Reverse :-
" The Reverse attribute defined as , items in the list are in reverse Order ..."
iii ) Start :-
" The Start attribute defined as , the list start from 1 or 2 or 3 etc ..."
2 ) Unorder List / Bullet list :-
1) The <UL> tag display Unorder list or Bullet list...
2) Unorder List start with <UL> And End with </UL> ...
3) It is container tag ...
4) Items define in UnOrder list by using List tag ...
5) List tag also Container tag ...
6) List tag start from <LI> and End with </LI>...
7) The list item in UnOrder list are Mark with small back circle ( default ) ...
# Attributes Of Unorder list ...
i ) Type
ii ) Reverse
iii ) Start
3 ) Defination list :-
1) The Defination list is slidly different from other list ...
2) In this list have three part ...
i.e., i ) Defination list ( <DL> )
ii) Defination term ( <DT> )
iii) Defination Detail ( <DD> )
Note :- <DL>, <DT>, <DD> are Container tags ...
Note :- programs will be comes very soon ...
## Thank you 🙏🙏