List items to the right of a left floating div do not align properly – Html
List item bullets do not align properly to the right of a left floating div. The minimal code goes like this: <div style="float:left; background-color:red;width:100px;">aa<br>bb<br>cc<br>dd</div> <p>Title</p> <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> <li>Item 4</li> </ul> https://jsfiddle.net/Lg73hzfa/ Some suggestions from other…