LoginSignup
119
62

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)をあっという間に消す方/

119
62
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
119
62