File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: tables.src,v 2.60 2003-01-22 14:37:38 bbos Exp $ -->
3+ <!-- $Id: tables.src,v 2.61 2003-03-03 04:57:55 bbos Exp $ -->
44<head>
55<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
66<title>Tables</title>
99<h1>Tables</h1>
1010<h2>Introduction to tables</h2>
1111
12- <p><span class="index-def" title="tables">Tables</span> represent
13- relationships between data. Authors specify these relationships in the
14- <a href="conform.html#doclanguage">document language</a> and specify
15- their <em>presentation</em> in CSS, in two ways: visually and aurally.
12+ <p><span class="index-def" title="tables">Table</span> layout can be
13+ used to represent tabular relationships between data. Authors specify
14+ these relationships in the <a href="conform.html#doclanguage">document
15+ language</a> and can specify their <em>presentation</em> using
16+ CSS 2.1.
17+
18+ <p>In a visual medium, CSS tables can also be used to achieve specific
19+ layouts. In this case, authors should not use table-related elements
20+ in the document language, but should apply the CSS to the relevant
21+ structural elements to achieve the desired layout.
1622
1723<P>Authors may specify the visual formatting of a table as a
1824rectangular grid of cells. Rows and columns of cells may be organized
You can’t perform that action at this time.
0 commit comments