例子:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>example</title>
</head>
<body>
I like reading book and watching TV.
I also like:
<ol type="none">
<li value="1">seeing movies</li>
<li value="3">sleeping</li>
<li value="5">playing games</li>
<li value="7">playing basketball</li>
<li>playing the piano</li>
</ol>
</body>
</html>
结果如下:
I like reading book and watching TV. I also like:
- seeing movies
- sleeping
- playing games
- playing basketball
- playing the piano