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

猜你喜欢

转载自www.cnblogs.com/ljs7490/p/12741673.html