-
Notifications
You must be signed in to change notification settings - Fork 792
Expand file tree
/
Copy pathtbl-width-desc.html
More file actions
32 lines (25 loc) · 1.08 KB
/
tbl-width-desc.html
File metadata and controls
32 lines (25 loc) · 1.08 KB
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
29
30
31
32
<!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 example illustrating the collapsing
borders model</title>
</head>
<body>
<h1>Long description of example illustrating the collapsing
borders model</h1>
<P>This diagram shows the effect of the 'collapse' value of the
'border-collapse' property.
<P>The diagram shows three cells in the same row and the grid lines
that separate them. The left and right content, padding, border, and
margin areas of each cell are labeled by rotated text above each of
the areas. Each (red, dotted) grid line bisects the border between two
cells.
<P>The table width is indicated below the cells as encompassing all
the left and right content, padding, border, and margin areas of the
cells, except for the cells that touch the sides of the table. In this
case, only half the exterior border widths are counted in the table's
width.
<P><a href="../../tables.html#img-tbl-width">Return to image.</a>
</body>
</html>