abstrait:<!DOCTYPE html><html><head><style type="text/css">*{margin:0;padding:0;} .box1{width:300px;height:40px;background:#763233;float:left;} .box2
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
*{margin:0;padding:0;}
.box1{width:300px;height:40px;background:#763233;float:left;}
.box2{width:300px;height:40px;background:red;float:left}
.box3{width:300px;height:40px;background:pink;float:right;}
.clear{clear: both;}
</style>
<meta charset="utf-8">
<title>這個(gè)是我的第一個(gè)css中的第一個(gè)浮動(dòng)</title>
</head>
<body>
<div class='box1'>
<p>第一個(gè)板塊</p>
</div>
<div class='box2'>
<p>第二個(gè)板塊</p>
</div>
<div class='box3'>
<p>第三個(gè)板塊</p>
</div>
<div class="clear"></div>
</body>
</html>
Professeur correcteur:天蓬老師Temps de correction:2019-04-13 18:35:27
Résumé du professeur:這個(gè)作業(yè)無法通過, 原因你明白>>
<!DOCTYPE html>
<meta charset="utf-8">
<html>
<head>
<title>這個(gè)是我的第一個(gè)網(wǎng)頁嘗試</title>
<style type="text/css"