-
Notifications
You must be signed in to change notification settings - Fork 790
Expand file tree
/
Copy pathtbl-spacing-desc.html
More file actions
32 lines (24 loc) · 1.04 KB
/
tbl-spacing-desc.html
File metadata and controls
32 lines (24 loc) · 1.04 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 separated
borders model</title>
</head>
<body>
<h1>Long description of example illustrating the separated
borders model</h1>
<P>This diagram shows the effect of the 'separate' value of the
'border-collapse' property.
<P>The diagram shows a three column, two row table whose cells are
subject to the separated borders model. The cells themselves
have a grey background color and an 'inset' border style, which
makes them appear to sink into the page. The cells are separated
from each other on all sides by 15pt worth of grey space.
<P>The table itself has a 10pt 'outset' border that gives one
the impression the table is rising out of the page.
<P>The full effect of the table is that of a bay window with
three panes in two rows.
<P><a href="../../tables.html#img-tbl-spacing">Return to image.</a>
</body>
</html>