■ list-style-typeプロパティ(ul/olタグ)

(1) list-style-type: (ul タグで指定なし)

(2) list-style-type: (ol タグで指定なし)

  1. 項目1
  2. 項目2
  3. 項目3

(3) list-style-type: none;

(4) list-style-type: disc;

(5) list-style-type: circle;

(6) list-style-type: square;

(7) list-style-type: lower-roman;

(8) list-style-type: upper-roman;

(9) list-style-type: lower-greek;

(10) list-style-type: decimal;

(11) list-style-type: decimal-leading-zero;

(12) list-style-type: lower-latin;

(13) list-style-type: lower-alpha;

(14) list-style-type: upper-latin;

(15) list-style-type: upper-alpha;

(16) list-style-type: cjk-ideographic;

(17) list-style-type: hiragana;

(18) list-style-type: katakana;

(19) list-style-type: hiragana-iroha;

(20) list-style-type: katakana-iroha;

■ list-style-imageプロパティ(ul/olタグ)

(1) list-style-image: url('イメージファイル名');

■ list-style-positionプロパティ(ul/olタグ】

(1) list-style-position: outside;

(2) list-style-position: inside;