overflow2-desc.html

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

HTML
24
字号
<!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 example with clipped overflow</title>  </head>  <body>      <h1>Long description for example with clipped overflow</h1><P>This diagram illustrates how content may be clipped.<P>One box, with a red border, is shown. In the lower right handquadrant of this (DIV) box, part of the text contents of theBLOCKQUOTE element, with a dashed top and left border, are shown.  Therest of the text is not visible since it is clipped by the DIV box,whose 'overflow' property has the value 'hidden'.<P><a href="../../visufx.html#img-overflow2">Return to image.</a>   </body></html>

⌨️ 快捷键说明

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