需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html。
2、将index.html中的<body>标签的代码替换为:
<body style="background: url(image.jpg)">
<audio autoplay loop src="11704.mp3"></audio>
</body>
3、浏览器运行index.html页面,此时发现页面多了背景图片和背景音乐。
width:200pxbackground-image:url(images/ad1.png)background-position:centerbackground-repeat:no-repeat}</style<body<div id="pic"这里填写文字<div</body</html设置图片的地址请在url括号中设置: background-image:url(images/ad1.png)设置图片的位置,这里是局中设置,当然您可以right和left设置: background-position:center背景图片是否重复填充HTML标签,这里设置的是只显示一次 background-repeat:no-repeat至于height和width的设置,这个是您所说的HTML元素的高度和宽度,可以根据背景图片的高度和宽度进行设置http://static.paipaiimg.com/assets/index/update/buyer_flow.png">这里就是背景图片
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)