Indent List in HTML and CSS

后端 未结 7 1549
抹茶落季
抹茶落季 2021-02-05 04:17

I\'m new to CSS and working with list. I tried using one of the code I saw on w3schools which shows how to indent lists:




A n

7条回答
  •  猫巷女王i
    2021-02-05 04:49

    You can also use html to override the css locally. I was having a similar issue and this worked for me:

    
    
    
    

    A nested List:

    • Coffee
    • Tea
      • Black tea
      • Green tea
    • Milk

提交回复
热议问题