In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
Today, the editor will share with you the relevant knowledge points about how to remove li black spots in html. The content is detailed and the logic is clear. I believe most people still know too much about this knowledge, so share this article for your reference. I hope you can get something after reading this article. Let's take a look.
Clear li black spots: 1, using the list-style-type attribute, only need to add "list-style-type:none;" style to the li element; 2, using the list-style attribute, only need to add the "list-style:none;" style to the li element.
The operating environment of this tutorial: windows7 system, CSS3&&HTML5 version, Dell G3 computer.
Use the ul and li tags in HTML to create a list:
List 1 list 2 list 3
It is found that each item in the list has a small black dot by default:
How to get rid of the black spots before li?
Using the list-style-type attribute, this property sets the type of the list item tag, and specifies that there is no tag when the property value is "none" (that is, the tag is removed).
Ul li {list-style-type:none;} list 1, list 2, list 3
You can also use the list-style shorthand property, which sets all list properties in a single declaration.
Ul li {list-style:none;}
These are all the contents of the article "how to remove li Black spots in html". Thank you for reading! I believe you will gain a lot after reading this article. The editor will update different knowledge for you every day. If you want to learn more knowledge, please pay attention to the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.