topic description
Why my list icon picture is not getting smaller, and the list content is still mixed. There are originally three pictures, and the list contents are coffee, tea and Coca-Cola
.sources of topics and their own ideas
related codes
/ / Please paste the code text below (do not replace the code with pictures)
< html >
< head >
< style type= "text/css" >
ul li {list-style-image: url ( https://timgsa.baidu.com/timg.;
width:10px;
height:10px;
}
< / style >
< / head >
< body >
- Coffee
- Tea
- Coca-Cola
< / body >
< / html >
what result do you expect? What is the error message actually seen?