Nested ordered lists

前端 未结 3 1908
青春惊慌失措
青春惊慌失措 2020-12-06 14:36

I need a nested list with subitem numbering, like this:

1. Item 1
  1.1 - Subitem 1
  1.2 - Subitem 2
  1.3 - Subitem 3
  1.4 - Subitem 4
  1.5 - Subitem 5
2         


        
3条回答
  •  感情败类
    2020-12-06 15:02

    Neither js nor jquery but CSS:

    
    

    More here: http://www.w3.org/TR/WCAG10-CSS-TECHS/#lists

提交回复
热议问题