<!DOCTYPE html>
<html>
<body>
<h2>一个有序 HTML 列表</h2>
<ol>
<li>咖啡</li>
<li>茶</li>
<li>牛奶</li>
</ol>
</body>
</html>