html中添加背景图片

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

1.后台代码

<html>
<center>
<head>
0420html中div的用法
</head>
<body>
<div style="color:Red; font-size:50px;background-color:Blue;width:300px;height:600px;border-style:dashed;
background-image:url(D:/1.jpg);
background-repeat:no-repeat;">

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

2.最终效果

猜你喜欢

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