I'm not sure why I need to use ul-li vs simply using divs when listing items. I can make both look exactly the same so where is the functional advantage to ...
Is it possible and valid to nest a <div> tag inside an <li> tag multiple times?
<div>
<li>
Maybe this is a stupid question, but is using li better than using div's possibly for page performance or resources?