Attributes in ol and ul tags

░▒▓█ ᗯEᒪᑕOᗰE TO TᕼIs ᗷᒪOG █▓▒░

There are some of the attributes for Ordered and Unordered lists

Ordered lists:

Some of the attributes are "type" and "start"
For example: <OL TYPE="A" START="4">
The output after keeping <li> tag  would be like this: D. .............

Do you have a doubt that how this D came, it is because it will start at four counts like this 1.A; 2.B; 3.C; 4.D: <OL TYPE="A" START="4">

Now we will come to the "type" attribute, it is based on Numbering/Alphabetical Scheme
Examples:
A,B,C,D.............
a,b,c,d..............
I,II,III,IV..........
i,ii,iii,iv..............
1,2,3,4..............

Unordered lists:

It has only type attribute in which its values are:
● Disk
○ Circle
□ Square

Comments

Popular Posts