Answers for "which of the following tag is used for creating an unordered list( a list with the list items in bullets) in html"

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 tag is used for creating an unordered list( a list with the list items in bullets) in html"

Browse Popular Code Answers by Language