Can I change the ordering symbols? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can I change the ordering symbols?

3rd Apr 2016, 2:01 PM
Ibraheem altaher
Ibraheem altaher - avatar
3 Answers
+ 11
Yes, the <ol> tag has a type attribute. It supports the following values: 1 - Default. Decimal numbers (1, 2, 3, 4) a - Alphabetically ordered list, lowercase (a, b, c, d) A - Alphabetically ordered list, uppercase (A, B, C, D) i - Roman numbers, lowercase (i, ii, iii, iv) I - Roman numbers, uppercase (I, II, III, IV) For example: <ol type="A"> ...
23rd May 2016, 3:56 PM
James Flanders
0
and if you want to add your own list graphics, just do it in CSS as background and give a list-type:none;
28th Jul 2016, 8:12 AM
Sven Goj
Sven Goj - avatar
0
thanks really helped
3rd Nov 2016, 10:39 PM
José