html中div中嵌套div

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.最终效果

 

posted @ 2020-04-28 23:58  winnerljs  阅读(5660)  评论(0编辑  收藏  举报