더북(TheBook)

속성값을 none으로 입력하면 가운뎃점과 밑줄이 사라집니다.

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

 

그림 11-2 가운뎃점과 밑줄이 사라짐