ホームページ > 記事 > ウェブフロントエンド > html div table_html/css_WEB-ITnose
望ましい効果
最後の div がラップされないのはなぜですか?フロート スタイルをクリアする方法
<div> <div style=" background-color:#F00;"> <div style="width:200px; height:100px; border:1px solid black; float:left"></div> <div style="width:200px; height:100px; border:1px solid black; float:left"></div> <div style="width:200px; height:100px; border:1px solid black; float:left"></div> </div> <div style="clear:left;" > <div style="width:200px; height:100px; border:1px solid black; float:left;"></div> <div style="width:200px; height:100px; border:1px solid black; float:left"></div> <div style="width:200px; height:100px; border:1px solid black; float:left"></div> </div> <div style="height:100px;"> </div></div>
クリア: 両方; フロート
b1f2156879bb4bbb493f4a006e8d9caf ; / ディビジョン