ol means ordered list.

<ol>
	<li> The opening tag </li>
	<li> The closing tag </li>
	<li> The actual element </li>
</ol>

效果:

会自动设定每行的标号。