📜  从列表 css 代码示例中删除项目符号

📅  最后修改于: 2022-03-11 14:47:30.540000             🧑  作者: Mango

代码示例6
ul{
  list-style-type: none;
}