What is a clearfix?
问题 Recently I was looking through some website\'s code, and saw that every <div> had a class clearfix . After a quick Google search, I learned that it is for IE6 sometimes, but what actually is a clearfix? Could you provide some examples of a layout with a clearfix, compared to a layout without a clearfix? 回答1: If you don't need to support IE9 or lower, you can use flexbox freely, and don't need to use floated layouts. It's worth noting that today, the use of floated elements for layout is