<ul> <li>순서가 없는</li> <li>리스트</li> <li id=noDot>점이 없는 리스트</li> </ul> <ol> <li>순서가</li> <li>있는</li> <li>리스트</li> </ol>
#noDot { list-style: none; }
This Pen is owned by taeyoung on CodePen.
See more by @overtae on CodePen
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.