boxdim-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 of illustration of box areas</title>  </head>  <body>      <h1>Long description of illustration of box areas</h1><P>This diagram illustrates the four areas of the genericCSS box: content, padding, border, and margin.<P>There are four nested boxes: the content areais the innermost, then padding, border,and margin areas. Each area has a different border style todistinguish its edge: the content edge is thin and solid; padding isthin and dashed; border is thick and solid; margin is thick and dashed.<P>Below the boxes, a legend lists the border styles used forthe four edges.<P><a href="../../box.html#img-boxdim">Return to image.</a></body></html>

⌨️ 快捷键说明

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