How to move H2 Beneath H1 by using only float property ?
Last Updated : 31 Oct, 2019
Description:
In Bootstrap 4, H2 tag can be added beneath or below H1 tag. Whereas in case of using float the H2 tag can't be added beneath or below H1 tag because the H2 tag will move to beneath end of H1 tag due to bootstrap 4 CSS properties.
To eradicate this issue we can move H2 beneath H1 on the float by wrapping both tags with an element having flex properties or by individually wrapping each tags with an element having class clearfix.
Example 1: The following examples illustrate how to move H2 beneath H1 only with floats.
Output:👁 Image