发布网友
共1个回答
热心网友
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<body>
<div style="width:800px;height:500px; background-color:black">
这是外部容器
<div style="width:300px;height:400px; background-color:red;float:left;">
这是 左侧容器
</div>
<div style="width:400px;height:450px; background-color:yellow;float:left;">
这是左侧浮动后贴过来的容器
</div>
</div>
</body>
</html>
//纯手打 采纳