Answers for "which of the following html tag is used to create an unordered list?"

0

Unordered list in html

<ul>
<li>First</li>
<li>Second</li>
<li>Third</li>
</ul>
Posted by: Guest on August-05-2021

Code answers related to "which of the following html tag is used to create an unordered list?"

Browse Popular Code Answers by Language