Themes: default 3024-day blackboard cobalt eclipse mbo mdn-like monokai pastel-on-dark rubyblue the-matrix xq-light
Tutorial Brain @2019
When clear:both is NOT applied on the successor, then this successor(i.e. this paragraph tag) will NOT move down against both its predecessor element(span tag) on which left & right float is applied. So, this paragraph tag will surround around left & right floats.
When clear:both are applied on the successor, then this successor(i.e. this paragraph tag) will move down against both its predecessor element(span tag) on which left & right float is applied. So, this paragraph tag will not be beside them rather it will be below them.