분류
html
Unordered list with image
본문
CSS :
ul.this{
list-style-image: url(http://www.hscripts.com/images/icon.gif);
font-size: 11px;
}
HTML :
<h4>An Unordered List:</h4>
<ul class=this>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
<ul>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ul>
- 이전글body 태그에 cz-shortcut-listen=“true” 삽입이 되어 사이트가 안뜨는 현상 15.05.26
- 다음글Free HTML, CSS, Responsive 템플릿 15.05.16