-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathboxdim-desc.html
More file actions
29 lines (21 loc) · 864 Bytes
/
boxdim-desc.html
File metadata and controls
29 lines (21 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!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 generic
CSS box: content, padding, border, and margin.
<P>There are four nested boxes: the content area
is the innermost, then padding, border,
and margin areas. Each area has a different border style to
distinguish its edge: the content edge is thin and solid; padding is
thin and dashed; border is thick and solid; margin is thick
and dashed.
<P>Below the boxes, a legend lists the border styles used for
the four edges.
<P><a href="../../box.html#img-boxdim">Return to image.</a>
</body>
</html>