• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<h2>Table Tests</h2>
2<table>
3<thead>
4<tr>
5<th>First Header</th>
6<th>Second Header</th>
7</tr>
8</thead>
9<tbody>
10<tr>
11<td>Content Cell</td>
12<td>Content Cell</td>
13</tr>
14<tr>
15<td>Content Cell</td>
16<td>Content Cell</td>
17</tr>
18</tbody>
19</table>
20<table>
21<thead>
22<tr>
23<th>First Header</th>
24<th>Second Header</th>
25</tr>
26</thead>
27<tbody>
28<tr>
29<td>Content Cell</td>
30<td>Content Cell</td>
31</tr>
32<tr>
33<td>Content Cell</td>
34<td>Content Cell</td>
35</tr>
36</tbody>
37</table>
38<table>
39<thead>
40<tr>
41<th>Item</th>
42<th align="right">Value</th>
43</tr>
44</thead>
45<tbody>
46<tr>
47<td>Computer</td>
48<td align="right">$1600</td>
49</tr>
50<tr>
51<td>Phone</td>
52<td align="right">$12</td>
53</tr>
54<tr>
55<td>Pipe</td>
56<td align="right">$1</td>
57</tr>
58</tbody>
59</table>
60<table>
61<thead>
62<tr>
63<th>Function name</th>
64<th>Description</th>
65</tr>
66</thead>
67<tbody>
68<tr>
69<td><code>help()</code></td>
70<td>Display the help window.</td>
71</tr>
72<tr>
73<td><code>destroy()</code></td>
74<td><strong>Destroy your computer!</strong></td>
75</tr>
76</tbody>
77</table>
78<table>
79<thead>
80<tr>
81<th align="left">foo</th>
82<th align="center">bar</th>
83<th align="right">baz</th>
84</tr>
85</thead>
86<tbody>
87<tr>
88<td align="left" />
89<td align="center">Q</td>
90<td align="right" />
91</tr>
92<tr>
93<td align="left">W</td>
94<td align="center" />
95<td align="right">W</td>
96</tr>
97</tbody>
98</table>
99<table>
100<thead>
101<tr>
102<th>foo</th>
103<th>bar</th>
104<th>baz</th>
105</tr>
106</thead>
107<tbody>
108<tr>
109<td />
110<td>Q</td>
111<td />
112</tr>
113<tr>
114<td>W</td>
115<td />
116<td>W</td>
117</tr>
118</tbody>
119</table>