aboutsummaryrefslogtreecommitdiff
path: root/test/tables/students.jats_archiving
blob: 3edf58a7f6ed6958ffea79da50b4e33469364e48 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<table-wrap>
  <caption>
    <p>List of Students</p>
  </caption>
  <table id="students">
    <colgroup>
      <col width="50%" />
      <col width="50%" />
    </colgroup>
    <thead>
      <tr>
        <th align="center">Student ID</th>
        <th align="center">Name</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <th align="left" colspan="2">Computer Science</th>
      </tr>
      <tr>
        <td align="left">3741255</td>
        <td align="left">Jones, Martha</td>
      </tr>
      <tr>
        <td align="left">4077830</td>
        <td align="left">Pierce, Benjamin</td>
      </tr>
      <tr>
        <td align="left">5151701</td>
        <td align="left">Kirk, James</td>
      </tr>
    </tbody>
    <tbody>
      <tr>
        <th align="left" colspan="2">Russian Literature</th>
      </tr>
      <tr>
        <td align="left">3971244</td>
        <td align="left">Nim, Victor</td>
      </tr>
    </tbody>
    <tbody>
      <tr>
        <th align="left" colspan="2">Astrophysics</th>
      </tr>
      <tr>
        <td align="left">4100332</td>
        <td align="left">Petrov, Alexandra</td>
      </tr>
      <tr>
        <td align="left">4100332</td>
        <td align="left">Toyota, Hiroko</td>
      </tr>
    </tbody>
  </table>
</table-wrap>