html中div中嵌套div

时间:2024-03-02 12:05:36

2020-04-28 每日一例第44天

1.后台代码

 

<html>
<head>
0420html中div的用法
</head>
<body>
<div style="width:300px;height:600px;border:1px solid red;">
<div style="width:100px;height:100px;background-color:Blue;margin-top:20px;">

</div>

</div>
</body>
</html>

 

2.最终效果