Click Here!
----li(<>)
Attributes are -:
- TYPE
- START
- Ordered list--- ol(<>) (A,B,C), (a,b,c), (i,ii,iii) ,(1,2,3)
- Unordered list----ul(<>) (circle , square, disc)
- Nested list----It is the combination of ordered & unordered list. ol(<>)+ul(<>)
- Defination list----dt(<>)---Defination term
(Description)------dd(<>)---Defination Date
dl(<>)---Defination list
- Directory List-----dir(<>) it is used to make a bill
----lh(<>)list heading
- Menu list-----menu(<>)
Example of Ordered list
html(<>)
head(<>)
body(<>)
ol type="A" start="4"(<>)
li(<>)Basic
ol type="i"(<>)
li(<>) Ms Word
li(<>) Ms Excel
li(<>) Ms Power Point
/ol(<>)
li(<>) DTP
ol type="a"(<>)
li(<>) Corel Draw
li(<>) Page Maker
li(<>) Photo Shop
/ol(<>)
/ol(<>)
/body(<>)
/head(<>)
/html(<>)
NOTE-: All are used in tags(<>)
Shown as Below
- Basic
- Ms Word
- Ms Excel
- Ms Power Point
- Ms Word
- DTP
- Corel Draw
- Page Maker
- Photo Shop
- Corel Draw