1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
3 <!-- Work done for Netscape. License unknown. -->
7 <title>Tables and captions
</title>
8 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
9 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
10 <link rel=
"copyright" href=
"/~dbaron/legal.html">
11 <style type=
"text/css">
13 table
{ border: 10px solid green
; }
15 border: medium solid purple
;
19 table
.one
{ width: 300px; }
20 table
.one caption
{ width: 300px; }
22 table
.two
{ width: 300px; }
23 table
.two caption
{ width: 600px; }
25 table
.three
{ width: 600px; }
26 table
.three caption
{ width: 300px; }
28 table
.four
{ margin-top: 20px; }
29 table
.four caption
{ margin-bottom: 0; }
31 table
.five
{ margin-top: 0; }
32 table
.five caption
{ margin-bottom: 20px; }
34 table
.six
{ margin-top: 15px; }
35 table
.six caption
{ margin-bottom: 20px; }
37 table
.seven
{ margin-top: 20px; }
38 table
.seven caption
{ margin-bottom: 15px; }
40 table
.eight
{ margin-right: 20px; }
41 table
.eight caption
{ margin-left: 0; caption-side: right
; }
43 table
.nine
{ margin-right: 0; }
44 table
.nine caption
{ margin-left: 20px; caption-side: right
; }
46 table
.ten
{ margin-right: 15px; }
47 table
.ten caption
{ margin-left: 20px; caption-side: right
; }
49 table
.eleven
{ margin-right: 20px; }
50 table
.eleven caption
{ margin-left: 15px; caption-side: right
; }
52 table
.twelve
{ margin-bottom: 20px; }
53 table
.twelve caption
{ margin-top: 0; caption-side: bottom
; }
55 table
.thirteen
{ margin-bottom: 0; }
56 table
.thirteen caption
{ margin-top: 20px; caption-side: bottom
; }
58 table
.fourteen
{ margin-bottom: 15px; }
59 table
.fourteen caption
{ margin-top: 20px; caption-side: bottom
; }
61 table
.fifteen
{ margin-bottom: 20px; }
62 table
.fifteen caption
{ margin-top: 15px; caption-side: bottom
; }
64 table
.sixteen
{ margin-left: 20px; }
65 table
.sixteen caption
{ margin-right: 0; caption-side: left
; }
67 table
.seventeen
{ margin-left: 0; }
68 table
.seventeen caption
{ margin-right: 20px; caption-side: left
; }
70 table
.eighteen
{ margin-left: 15px; }
71 table
.eighteen caption
{ margin-right: 20px; caption-side: left
; }
73 table
.nineteen
{ margin-left: 20px; }
74 table
.nineteen caption
{ margin-right: 15px; caption-side: left
; }
79 <h1>Tables and captions
</h1>
82 The table should have width
300px, as should the caption (entirely
87 <caption>The table's caption.
</caption>
88 <tr><td>Data
</td><td>Data
</td></tr>
89 <tr><td>Data
</td><td>Data
</td></tr>
93 The table should have width
300px, and the caption should have
98 <caption>The table's caption.
</caption>
99 <tr><td>Data
</td><td>Data
</td></tr>
100 <tr><td>Data
</td><td>Data
</td></tr>
104 The table should have width
600px, and the caption should have
108 <table class=
"three">
109 <caption>The table's caption.
</caption>
110 <tr><td>Data
</td><td>Data
</td></tr>
111 <tr><td>Data
</td><td>Data
</td></tr>
115 The next four tables should have their caption on the top,
116 with a
20px gap between the table and the caption.
120 <caption>The table's caption.
</caption>
121 <tr><td>Data
</td><td>Data
</td></tr>
122 <tr><td>Data
</td><td>Data
</td></tr>
126 <caption>The table's caption.
</caption>
127 <tr><td>Data
</td><td>Data
</td></tr>
128 <tr><td>Data
</td><td>Data
</td></tr>
132 <caption>The table's caption.
</caption>
133 <tr><td>Data
</td><td>Data
</td></tr>
134 <tr><td>Data
</td><td>Data
</td></tr>
137 <table class=
"seven">
138 <caption>The table's caption.
</caption>
139 <tr><td>Data
</td><td>Data
</td></tr>
140 <tr><td>Data
</td><td>Data
</td></tr>
145 The next four tables should have their caption on the right,
146 with a
20px gap between the table and the caption.
149 <table class=
"eight">
150 <caption>The table's caption.
</caption>
151 <tr><td>Data
</td><td>Data
</td></tr>
152 <tr><td>Data
</td><td>Data
</td></tr>
156 <caption>The table's caption.
</caption>
157 <tr><td>Data
</td><td>Data
</td></tr>
158 <tr><td>Data
</td><td>Data
</td></tr>
162 <caption>The table's caption.
</caption>
163 <tr><td>Data
</td><td>Data
</td></tr>
164 <tr><td>Data
</td><td>Data
</td></tr>
167 <table class=
"eleven">
168 <caption>The table's caption.
</caption>
169 <tr><td>Data
</td><td>Data
</td></tr>
170 <tr><td>Data
</td><td>Data
</td></tr>
175 The next four tables should have their caption on the bottom,
176 with a
20px gap between the table and the caption.
179 <table class=
"twelve">
180 <caption>The table's caption.
</caption>
181 <tr><td>Data
</td><td>Data
</td></tr>
182 <tr><td>Data
</td><td>Data
</td></tr>
185 <table class=
"thirteen">
186 <caption>The table's caption.
</caption>
187 <tr><td>Data
</td><td>Data
</td></tr>
188 <tr><td>Data
</td><td>Data
</td></tr>
191 <table class=
"fourteen">
192 <caption>The table's caption.
</caption>
193 <tr><td>Data
</td><td>Data
</td></tr>
194 <tr><td>Data
</td><td>Data
</td></tr>
197 <table class=
"fifteen">
198 <caption>The table's caption.
</caption>
199 <tr><td>Data
</td><td>Data
</td></tr>
200 <tr><td>Data
</td><td>Data
</td></tr>
205 The next four tables should have their caption on the left,
206 with a
20px gap between the table and the caption.
209 <table class=
"sixteen">
210 <caption>The table's caption.
</caption>
211 <tr><td>Data
</td><td>Data
</td></tr>
212 <tr><td>Data
</td><td>Data
</td></tr>
215 <table class=
"seventeen">
216 <caption>The table's caption.
</caption>
217 <tr><td>Data
</td><td>Data
</td></tr>
218 <tr><td>Data
</td><td>Data
</td></tr>
221 <table class=
"eighteen">
222 <caption>The table's caption.
</caption>
223 <tr><td>Data
</td><td>Data
</td></tr>
224 <tr><td>Data
</td><td>Data
</td></tr>
227 <table class=
"nineteen">
228 <caption>The table's caption.
</caption>
229 <tr><td>Data
</td><td>Data
</td></tr>
230 <tr><td>Data
</td><td>Data
</td></tr>
233 <hr title=
"Beginning of Footer">
234 <p><a href=
"http://validator.w3.org/check/referer" title=
"W3C HTML Validator"><img src=
"../../images/vh40" alt=
"Valid HTML 4.0!" height=
"31" width=
"88"></a></p>
236 <a href=
"./">CSS Testing Information
</a>,
237 <a href=
"../../">David Baron
</a>)
</p>
238 <p><a href=
"/~dbaron/" title=
"David Baron's Homepage">LDB
</a>,
239 <a rev=
"made" href=
"mailto:dbaron@fas.harvard.edu" TITLE=
"Send e-mail to David Baron">dbaron@fas.harvard.edu
</a></p>