Ol & Ul List Name
Order List - Name & UniCode
Name:
CSS:- ol style="list-style-type: NAME;"
- = : none;
- π = : Lower-greek;
- • = : disc;
- • = : inherit;
- ◦ = : circle;
- ▪ = : square;
- I = : upper-roman;
- i = : lower-roman;
- 1 = : decimal;
- 01 = : decimal-leading-zero;
- A = : upper-alpha;
- A = : upper-latin;
- a = : Lower-alpha;
- a = : Lower-latin;
UniCode:
HTML:- ol type= " CODE"
- "1"
- "A"
- "a"
- "I"
- "i"
UnOrder List - Name & UniCode
Name:
CSS:- ul style="list-style-type: NAME;"
- = : none;
- • = : disc;
- • = : inherit;
- ◦ = : circle;
- ▪ = : square;
- content: counters(custom, '.') ' ';
- list-style-image: url('sqpurple.gif');
Unicode:
HTML:- ul type: CODE"
- = :none;
- • = :\2022;
- ◦ = :\25E6;
- ▪ = :\25AA;
- 👍 = :\1F44D;
No comments