⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 background_image.html

📁 jsp课件
💻 HTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -