2020-04-21 每日一例第41天
1.后台代碼
<html>
<center>
<head>
0420html中div的用法
</head>
<body>
<div style="color:Red; font-size:50px;background-color:Blue;width:300px;border-style:dashed">
<p>
春眠不覺曉
</p>
<p>
處處蚊子咬
</p>
<p>
夜來風雨聲
</p>
<p>
我就在這里
</p>
</div>
</body>
</center>
</html>
2.最終效果