bg-repeat-desc.html
来自「CSS lets learn this step by step...」· HTML 代码 · 共 30 行
HTML
30 行
<!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 background pattern</title> </head> <body> <h1>Long description for background pattern</h1><P>This diagram illustrates how a background image maybe repeated within the content and padding areasof a box. <P>In this example, a background image is first centered withina box (established by the BODY element of the example). The boxcontains paragraphs of text, shown in gray to make themdiscrete. <P>The image, a blue wavy line on a pale yellow background,is then repeated vertically, to the top and bottom ofthe BODY box. The effect is to create a wavy band down thecenter of the page.<P><a href="../../colors.html#img-bg-repeat">Return to image.</a> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?