<!DOCTYPE html>
<html>
<head>
<title>Chạy thử Css list-style lower-alpha</title>
<style>
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ul li{list-style:lower-alpha;}
</style>
</head>
<body>
<h1>Chạy thử Css list-style lower-alpha</h1>
<p>Chữ cái thường a, b, c sẽ xuất hiện ở vị trí đầu tiên trong thẻ li:</p>
<ul>
<li>list-style:lower-alpha;</li>
<li>list-style:lower-alpha;</li>
<li>list-style:lower-alpha;</li>
<li>list-style:lower-alpha;</li>
</ul>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Chạy thử Css list-style lower-alpha</title>
<style>
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
ul li{list-style:lower-alpha;}
</style>
</head>
<body>
<h1>Chạy thử Css list-style lower-alpha</h1>
<p>Chữ cái thường a, b, c sẽ xuất hiện ở vị trí đầu tiên trong thẻ li:</p>
<ul>
<li>list-style:lower-alpha;</li>
<li>list-style:lower-alpha;</li>
<li>list-style:lower-alpha;</li>
<li>list-style:lower-alpha;</li>
</ul>
</body>
</html>