Choose the correct list style type in the following webpage code example
Example: list-style-type
<ul style="list-style-type:none">
<li></li>
<li></li>
</ul>
<ul style="list-style-type:none">
<li></li>
<li></li>
</ul>