frame.htm
来自「网页颜色渐变,可实现网页中背景色的渐变效果」· HTM 代码 · 共 24 行
HTM
24 行
<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 + =
减小字号Ctrl + -
显示快捷键?