CSS list-style-type (HTML ol tag)

Notes:

CSS list-style-type property:
It is used to specify the bullet symbol to be displayed in front of list items of html ol or html ul.
Values:
decimal | decimal-leading-zero | upper-alpha | lower-alpha | upper-roman | lower-roman | none | disc | circle | square etc.

Interview Questions: