aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/css/css_lists_and_counters/index.html
blob: 7d3ecd8e4f1347feee78efd7b7d661372859f5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
title: CSS Lists and Counters
slug: Web/CSS/CSS_Lists_and_Counters
tags:
  - CSS
  - CSS Lists
  - Overview
  - Reference
translation_of: Web/CSS/CSS_Lists_and_Counters
---
<div>{{CSSRef}}</div>

<p><strong>CSS Lists</strong>는 리스트 배치 방법, 리스트 마커를 스타일 할 수 있는 법을 정의하는 CSS 모듈입니다.</p>

<h2 id="참고서">참고서</h2>

<h3 id="속성">속성</h3>

<div class="index">
<ul>
 <li>{{cssxref("list-style-image")}}</li>
 <li>{{cssxref("list-style-type")}}</li>
 <li>{{cssxref("list-style-position")}}</li>
 <li>{{cssxref("list-style")}}</li>
</ul>
</div>

<h2 id="안내서">안내서</h2>

<dl>
 <dt><a href="/ko/docs/Consistent_List_Indentation">일관된 리스트 들여쓰기</a></dt>
 <dd>서로 다른 브라우저 사이에 일관된 들여쓰기를 이루는 법을 설명합니다.</dd>
</dl>

<h2 id="명세">명세</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">명세</th>
   <th scope="col">상태</th>
   <th scope="col">설명</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('CSS3 Lists')}}</td>
   <td>{{Spec2('CSS3 Lists')}}</td>
   <td> </td>
  </tr>
  <tr>
   <td>{{SpecName('CSS2.1', 'generate.html')}}</td>
   <td>{{Spec2('CSS2.1')}}</td>
   <td>초기 정의</td>
  </tr>
 </tbody>
</table>