I just learned CSS float, and I want the second div to be on the right of the first div, and the third div below the first div. The code is as follows, but the third div appears and the second div appears. div is covered, why?
<body> <div id="div_1" style="float:left"> 风风风风风风风f风 </div> <div id="div_2"> 火火火火火火火火 </div> <div id="div_3"> 水水水水水水水水 </div></body>
Also add #div_2 Let's add a left float
Let's add a left float to #div_2
Add a left float to #div_2