亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

這個(gè)是我的第一個(gè)css中的第一個(gè)浮動(dòng)

original 2019-04-15 17:57:29 226
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"

Notes de version

Entrées populaires