xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool(w3cschool.cn)</title>
</head>
<body>
<ol reversed>
<li>咖啡</li>
<li>茶</li>
<li>牛奶</li>
</ol>
<p><strong>注意:</strong>目前只有 Chrome 和 Safari 6 支持 reversed 属性。</p>
</body>
</html>