What the different between using ul to using div for forms? I tried them both and I see no difference, so which?
Here is a snippet that I took (and this I change also from ul to div):
<ul class="flex-outer">
<li>
<label for="first-name">First Name</label>
<input type="text" id="first-name" placeholder="Enter your first name here">
</li>
</ul>
vs
vs](https://stackoverflow.com/questions/15966272/online-messaging-ul-vs-ol-vs-div)
– NuPagadi May 14 '18 at 18:59