Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit 81464aa

Browse files
committed
adding atoms/tables
1 parent 45563de commit 81464aa

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<table>
2+
<thead>
3+
<tr>
4+
<th>Table Heading 1</th>
5+
<th>Table Heading 2</th>
6+
<th>Table Heading 3</th>
7+
<th>Table Heading 4</th>
8+
<th>Table Heading 5</th>
9+
</tr>
10+
</thead>
11+
<tfoot>
12+
<tr>
13+
<th>Table Footer 1</th>
14+
<th>Table Footer 2</th>
15+
<th>Table Footer 3</th>
16+
<th>Table Footer 4</th>
17+
<th>Table Footer 5</th>
18+
</tr>
19+
</tfoot>
20+
<tbody>
21+
<tr>
22+
<td>Table Cell 1</td>
23+
<td>Table Cell 2</td>
24+
<td>Table Cell 3</td>
25+
<td>Table Cell 4</td>
26+
<td>Table Cell 5</td>
27+
</tr>
28+
<tr>
29+
<td>Table Cell 1</td>
30+
<td>Table Cell 2</td>
31+
<td>Table Cell 3</td>
32+
<td>Table Cell 4</td>
33+
<td>Table Cell 5</td>
34+
</tr>
35+
<tr>
36+
<td>Table Cell 1</td>
37+
<td>Table Cell 2</td>
38+
<td>Table Cell 3</td>
39+
<td>Table Cell 4</td>
40+
<td>Table Cell 5</td>
41+
</tr>
42+
<tr>
43+
<td>Table Cell 1</td>
44+
<td>Table Cell 2</td>
45+
<td>Table Cell 3</td>
46+
<td>Table Cell 4</td>
47+
<td>Table Cell 5</td>
48+
</tr>
49+
</tbody>
50+
</table>

0 commit comments

Comments
 (0)