내멋대로 해라

icehan.egloos.com

포토로그 마이가든



[web] Listing tip&tech

자주 사용하지 않기 때문에, 잊기 쉬운 Listing tag

// ordered or unordered list
<ol> or <ul>
    <li> listing </li>
</ol> or </ul>

// definition list
<dl>
    <dt> title </dt>
    <dd>description</dd>
</dl>

 <ol>과 <li>는 항상 같이 사용해야 한다
 <ol> <ul> 안에는 텍스트나 다른 element는 넣을 수 없다. <li>만 된다.

List style
list-style-type: disc, circle, square, none;
list-style-image: url(images/backpack.gif);


트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://icehan.egloos.com/tb/4874973 [도움말]

덧글

덧글 입력 영역