サンプル表示結果
サンプルソース(source)
<ol>
<li>英語70点
<li>数学75点
<li>国語68点
</ol>
サンプル表示結果
サンプルソース(source)
<ol type="1">
<li>算用数字
<li>算用数字
</ol>
サンプル表示結果
サンプルソース(source)
<ol type="a">
<li>英小文字
<li>英小文字
</ol>
サンプル表示結果
サンプルソース(source)
<ol type="A">
<li>英大文字
<li>英大文字
</ol>
サンプル表示結果
サンプルソース(source)
<ol type="i">
<li>ローマ数字(小)
<li>ローマ数字(小)
</ol>
サンプル表示結果
サンプルソース(source)
<ol type="I">
<li>ローマ数字(大)
<li>ローマ数字(大)
</ol>
サンプル表示結果
サンプルソース(source)
<ol start="3">
<li>開始番号の指定です。
<li value="8">番号飛びます。
<li>連番です。
<li>連番です。
<li>連番です。
<li>連番です。
<li value="15">番号飛びます。
<li>連番です。
</ol>