0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【CSSメモ】リストの箇条書きの記号を設定したい時

Posted at

list-style-type: ;

list-style-type(リスト・スタイル・タイプ)
種別:プロパティ
役割:HTMLにあるリストの種類を設定。リストの箇条書きの記号を決めることが出来る。
設定できるリストの記号は↓

none:記号なし
使用例:list-style-type:none;

disc: ●つまり黒丸がつく
使用例:list-style-type:disc;

circle:○。つまり白丸
使用例:list-style-type:circle;

square(意味は死角): ■がつく
使用例:list-style-type:square;

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?