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

📄 frame.htm

📁 网页颜色渐变,可实现网页中背景色的渐变效果
💻 HTM
字号:
<html>
   <head>
     <title>css frame </title>
     <style type="text/css">
        @page{layout:fixed;
              width:500px;
              height:500px;
             }
        @frame header{left:0px;top:0px;width:500px;height:100px}
        @frame toc{left:0px;top:100px;width:500px;height:400px}
        h1{flow:header}
        ul{flow:toc}
     </style>
   </head>
 
   <body>
      <h1>Welcome to my Home Page</h1>
      <ul>
         <li>Favorite Places</li>
         <li>Picture of my family</li>
         <li>My plans for this week</li>
      </ul>
   </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -