frame-desc.html

来自「CSS lets learn this step by step...」· HTML 代码 · 共 31 行

HTML
31
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">  <head><meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">    <title>Long description for frame layout example</title>  </head>  <body>      <h1>Long description for frame layout example</h1><P>This diagram illustrates a frame-like layout with 'position:fixed'.<P>The illustration shows a four-panel frameset. Thetop panel ("header") covers the entire width of the frameset and takes up 15% of the vertical space. Below it on the leftis the "sidebar", which is 10em wide; it's height is automaticallycalculated. To the right of the sidebar and below the headeris the "main" area, whose dimensions are computed based on remaining available space. Finally, at the bottom, the "footer"area is 100px high and covers the entire width of the frameset.<P>Each area is labeled and dimensions that are not 'auto' areindicated.<P><a href="../../visuren.html#img-frame">Return to image.</a>  </body></html>

⌨️ 快捷键说明

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