リストの黒丸を消す方法

【CSS記述例】
ul {
list-style: none;
}

【HTML記述例】
<ul style=“list-style: none;”>
<li>item</li>
</ul>

コメントを残す