<!DOCTYPE html>
<html>
<head>
<title>Chạy thử Css list-style circle</title>
<style>
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ul li{list-style:circle;}
</style>
</head>
<body>
<h1>Chạy thử Css list-style circle</h1>
<p>Dấu chấm tròn chỉ có border sẽ xuất hiện ở vị trí đầu tiên trong thẻ li:</p>
<ul>
<li>list-style:circle;</li>
<li>list-style:circle;</li>
<li>list-style:circle;</li>
<li>list-style:circle;</li>
</ul>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Chạy thử Css list-style circle</title>
<style>
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ul li{list-style:circle;}
</style>
</head>
<body>
<h1>Chạy thử Css list-style circle</h1>
<p>Dấu chấm tròn chỉ có border sẽ xuất hiện ở vị trí đầu tiên trong thẻ li:</p>
<ul>
<li>list-style:circle;</li>
<li>list-style:circle;</li>
<li>list-style:circle;</li>
<li>list-style:circle;</li>
</ul>
</body>
</html>