For instance;
<ul>
<li>
<div class="img1"><img src="img.jpg" /></div>
<div class="cs1">Some text</div>
<div class="cs2">other text</div>
<div class="button">Click here</div>
</li>
</ul>
In the code above, there are div elements within a list item (li). I have heard that this is not the correct usage. Can anyone confirm if this information is accurate?