background_image.html
来自「jsp课件」· HTML 代码 · 共 22 行
HTML
22 行
<html>
<head>
<title>背景图片的设置</title>
</head>
<style type="text/css">
<!--
.bg-1{background-image:url(./image/downloadb.gif);background-repeat:repeat-x}
.bg-2{background-image:url(./image/ocean.bmp);background-repeat:no-repeat;background-attachment:fixed}
.bg-3{background-image:url(./image/envelope.gif);background-repeat:no-repeat;background-position:30% 20%}
-->
</style>
<body class=bg-2>
<table border=1 width=50% align=right>
<tr height=200 class=bg-1>
<td>马戴:楚江怀古</td>
</tr>
<tr height=200 class=bg-3>
<td>露气寒光集,微阳下楚丘。猿啼洞庭树,人在木兰舟。</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?