example: <html> <head> <style type="text/css"> ul.none{list-style-type:none} ul.circle {list-style-type:circle} ul.square {list-style-type:square} ol.upper-roman {list-style-type:upper-roman} ol.lower-alpha {list-style-type:lower-alpha} </style> </head> <body> <p>list-style-type none:</p> <ul class="none"> <li>Coffee</li> <li>Tea</li> <li>Coca Cola</li> </ul> <p>list-style-type circle:</p> <ul class="circle"> <li>Coffee</li> <li>Tea</li> <li>Coca Cola</li> </ul> <p>list-style-type square:</p> <ul class="square"> <li>Coffee</li> <li>Tea</li> <li>Coca Cola</li> </ul> <p>Type upper-roman:</p> <ol class="upper-roman"> <li>Coffee</li> <li>Tea</li> <li>Coca Cola</li> </ol> <p>list-style-type lower-alpha:</p> <ol class="lower-alpha"> <li>Coffee</li> <li>Tea</li> <li>Coca Cola</li> </ol> </body> </html> This is the end of this article about the implementation of the list-style-type attribute in front of CSS ordered or unordered lists. For more relevant CSS ordered or unordered list marker list-style-type content, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope that everyone will support 123WORDPRESS.COM in the future! |
<<: HTML simple web form creation example introduction
>>: Detailed process of installing and configuring MySQL and Navicat prenium
The relationship between Javascript and DOM is ve...
The following installations all use the ~/ direct...
Table of contents Preface Project Design rear end...
When you first learn MySQL, you may not understan...
1. Use the following command to set the ssh passw...
1. Overview There are three ways to create a Dock...
In the database, both UNION and UNION ALL keyword...
Use OSS to upload pictures or attachments in vue ...
Table of contents Common array methods pop() unsh...
This is my first blog. It’s about when I started ...
Transition document address defines a background ...
Preface Everyone should be familiar with the watc...
type is the control used for input and output in t...
Table of contents 1- Error details 2-Single Solut...
First download VMware Workstation 15.1 version. I...