- The <ol> tag defines the start of an ordered list.
- The <ul> tag defines an unordered list.
- The <li> tag defines the start of a list item. The <li> tag is used in both ordered (<ol>) and unordered lists (<ul>).
程式碼:
<ol>
<li>Coffee</li>
<li>Tea</li>
</ol>
<ul>
<li>Coffee</li>
<li>Tea</li>
</ul>
效果:
1. Coffee
2. Tea
o. Coffee
o. Tea
沒有留言:
張貼留言