小编Sta*_*ero的帖子

如何使用勾选/复选标记符号(✓)而不是无序列表中的项目符号?

我有一个列表,我想在列表文本之前添加刻度符号.是否有任何CSS可以帮助我以这种方式应用?

? this is my text
? this is my text
? this is my text
? this is my text
? this is my text
? this is my text
Run Code Online (Sandbox Code Playgroud)

注意:我想在这种类型的HTML代码中使用它

<ul>
  <li>this is my text</li>
  <li>this is my text</li>
  <li>this is my text</li>
  <li>this is my text</li>
  <li>this is my text</li>
</ul>
Run Code Online (Sandbox Code Playgroud)

html css html5 special-characters

55
推荐指数
5
解决办法
11万
查看次数

标签 统计

css ×1

html ×1

html5 ×1

special-characters ×1