📜  如何从 html 中的列表项中删除下划线 - CSS 代码示例

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

代码示例1
text-decoration: none; /* remove underline in text ; put this style in 
container; ie : link's container */
list-style : none; /* remove bullet points from list */