html中div用法

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

 

 

posted @ 2020-04-21 00:09  winnerljs  阅读(2369)  评论(0编辑  收藏  举报