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 latest Perfect Aloe Vera Gel packaging box ha...
Use ktl tool to synchronize data from mysql to my...
This article example shares the specific code of ...
This article shares with you how to query the sta...
This article describes how to export and import ....
The conversion between time, string and timestamp...
js date time format Convert the date and time to ...
We know that the properties of the select tag in e...
In many apps and websites, when we log in or regi...
1 Introduction After "Maven deploys Springbo...
1. Get is used to obtain data from the server, wh...
Stored Procedures 1. Create a stored procedure an...
First we must understand that a TCP socket in the...
Preface The reason why MySQL's innodb engine ...
What is the main function of Docker? At present, ...