104k views
1 vote
Which tag pair contains the items in an ordered or unordered list?

User Mr Heelis
by
8.0k points

1 Answer

1 vote
```
<ul>
<li>item1</li>
<li>item2</li>
</ul>
```
It's the same for ol.
User Alex Curylo
by
8.1k points