unordered list in a paragraph element

前端 未结 4 527
囚心锁ツ
囚心锁ツ 2020-12-15 15:37

when I write this:

the list:

  • item

my browser is

4条回答
  •  一整个雨季
    2020-12-15 16:29

    I just had this issue and did not want to enclose it in a DIV since I was using P for the rest of that page and all pages. Instead I styled SPANs to behave like LIs.

    SPAN.li  {display: list-item; margin-left: 2em}

    These issues are currently on my mind My hat Global warming Global cooling Global terrorism Global narrow-mindedness

提交回复
热议问题