120
63

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 5 years have passed since last update.

html li リストマーク(・)消す方法

Last updated at Posted at 2016-03-09

#HTMLにおけるli要素のリストマーク(・)を消す方法

cssにて

ul {
  list-style: none;
}

※li要素に対しても有効

参考:http://cafe.76bit.com/creative/web-design/2259/【css3】リストマーク(list)をあっという間に消す方/

120
63
2

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
120
63

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?