CSS
CSS
Ŭ ̵
ּ
ؽƮ
color
direction
backgroud-color
line-height
letter-spacing
text-align
text-decoration
text-indent
word-spacing
background-color
background-image
background-repeat
background-position
background-attachment
Font
ũ
Box Model
輱(border)
Ʈ(list)
CSS Ʈ(list)

list-style-type Ӽ ϸ Ʈ marker Ÿ ֽϴ.

<ul>
 <li style="list-style-type: disc">disc Ÿ Ʈ
 <li style="list-style-type: circle">circle Ÿ Ʈ
 <li style="list-style-type: square">square Ÿ Ʈ
 <li style="list-style-type: none">none Ÿ Ʈ
</ul>

  • disc Ÿ Ʈ
  • circle Ÿ Ʈ
  • square Ÿ Ʈ
  • none Ÿ Ʈ  

ִ Ʈ(ol) marker ֽϴ.

<ol>
 <li style="list-style-type: decimal">decimal Ÿ Ʈ
 <li style="list-style-type: lower-roman">lower-roman Ÿ Ʈ
 <li style="list-style-type: upper-roman">upper-roman Ÿ Ʈ
 <li style="list-style-type: lower-alpha">lower-alpha Ÿ Ʈ
 <li style="list-style-type: upper-alpha">upper-alpha Ÿ Ʈ
</ol>

  1. decimal Ÿ Ʈ
  2. lower-roman Ÿ Ʈ
  3. upper-roman Ÿ Ʈ
  4. lower-alpha Ÿ Ʈ
  5. upper-alpha Ÿ Ʈ

Ʈ marker ̹ ֽϴ.

<ul>
 <li style="list-style-image: url('marker.gif')">̹ Ʈ
 <li style="list-style-image: url('marker.gif')">̹ Ʈ
</ul>

  • ̹ Ʈ
  • ̹ Ʈ

Copyright © Homejjang.com All rights reserved.