How to clear a floated element?

How to clear a floated element?

Follow the following steps :-

  1. The Empty Div Method - Create an empty div like this - <div style="clear: both;"></div>
  2. The Overflow Method - Overflow property can be used to get the desired output.
  3. The Easy Clearing Method - Use the CSS pseudo selector :after .