如何 - 更改列表的项目符号颜色
了解如何使用CSS更改列表的项目符号颜色。
更改项目符号颜色
- Adele
- Agnes
- Billy
- Bob
步骤 1) 添加HTML
创建一个基本列表
示例
<ul>
<li>Adele</li>
<li>Agnes</li>
<li>Billy</li>
<li>Bob</li>
</ul>
步骤 2) 添加CSS
使用 ::marker 选择器更改列表项的项目符号颜色
了解如何使用CSS更改列表的项目符号颜色。
创建一个基本列表
<ul>
<li>Adele</li>
<li>Agnes</li>
<li>Billy</li>
<li>Bob</li>
</ul>
使用 ::marker 选择器更改列表项的项目符号颜色
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]