overflow1-desc.html
来自「CSS lets learn this step by step...」· HTML 代码 · 共 29 行
HTML
29 行
<!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 unclipped overflow</title> </head> <body> <h1>Long description for example with unclipped overflow</h1><P>This diagram illustrates how content may overflow a box.<P>Two boxes are shown. The first one has a red border and islabeled DIV. The upper left corner of the second box, labeledBLOCKQUOTE, is positioned in the middle of the DIV box. TheBLOCKQUOTE box has a black dashed border and contains the following text, attributed to Groucho Marx:"I didn't like the play, but then again I saw itunder adverse conditions - the curtain was up." The BLOCKQUOTEbox overflows the DIV box to the right and below it. Sincethe 'overflow' property on BLOCKQUOTE is 'visible', the overflowingtext remains visible. <P><a href="../../visufx.html#img-overflow1">Return to image.</a> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?