clip-desc.html

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

HTML
34
字号
<!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 of clipping region</title>  </head>  <body>      <h1>Long description for example clipping region</h1><P>This diagram illustrates two block boxes, one above the other, withrectangular clipping regions of different dimensions.<P>The block boxes (generated for a P element) are identical anddepicted with a thick black border and a gray background.  Acoordinate system has its origin at the upper left corner of eachblock box. The x-axis increases along the top edge of the P box, they-axis down the left edge. Both axes depict increments of 5px.<P>The clipping region of the first P box lies entirely within it,offset 5px from the top and left edges of the P box, and 10px from theright and bottom edges. The clipping region has a thick dashed borderand a white background and is labeled "clip region".<P>The clipping region of the second P box resembles that of the firstin style and position, except that the right edge is 5px to the rightof the P box's right edge. Thus, the clipping region lies partiallyoutside the P box.<P><a href="../../visufx.html#img-clip">Return to image.</a>   </body></html>

⌨️ 快捷键说明

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