list

English [l?st] US [l?st]

n.??, ?? ????, ?? ?; Record in the list Within

vi. Listed on the table

3?? ??: ?? ???: ?? ?? ??: ?? ?? ??: ?? ?? ??: listed

style

English [sta?l] American [sta?l]

n. ???, ??, ??

vt. ???, ??...

vi. ??? ??? ????. : styles ???: styles ?? ??: Styling ?? ??: styled

type

English [ta?n] American [ta?n] n. .type of

vt.

3?? ??: ?? ??: ?? ?? ??: ?? ?? ??: ?? ?? ??: ??

CSS ?? ??? ?? ?? ???

??: ?? ?? ?? ??? ?????.

??: Internet Explorer? ?? ??(IE8 ??)? ?? ? ????"decimal-leading-zero", "lower-greek", "lower-latin", "upper-latin"? ???? ????. , "??????", "????" ?? "??".

??: ?? ????? list-style-type ??? ?????.

CSS ?? ??? ?? ?? ?

<html>
<head>
<style type="text/css">
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>Type circle:</p>
<ul class="circle">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>

<p>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>Type lower-alpha:</p>
<ol class="lower-alpha">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ol>


</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????