Nested Orderd List with combination of numbers, alphatets and roman numerals for numbering?

前端 未结 2 1136
余生分开走
余生分开走 2021-01-12 08:41

I want to create an ordered list that looks like this:

1. Item_1
2. Item_2:
    a. Subitem_1
    b. Subitem_2:
        I. Sub-Subitem_1
        II. Sub-Subit         


        
2条回答
  •  独厮守ぢ
    2021-01-12 08:54

      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)

    http://www.w3schools.com/tags/att_ol_type.asp

提交回复
热议问题