- html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>CSS列表title>
-
- <style>
- /* 自定义列表项的标志 */
- ul{
- /* list-style-type: none;
- list-style-image: url(img/消息.png); */
- list-style: none url("img/屏幕截图 2022-08-29 165343.png");
- }
- ul li{
- font-size: 20px;
- color: aqua;
- }
- style>
- head>
- <body>
- <ul type="disc">
- <li>1li>
- <li>2li>
- <li>3li>
- ul>
- body>
- html>
