File: texttable_small_all.html

package info (click to toggle)
xml2rfc 2.4.8-1
  • links: PTS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd
  • size: 5,664 kB
  • ctags: 461
  • sloc: xml: 20,989; python: 4,566; makefile: 11; perl: 6
file content (22 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<table cellpadding="3" cellspacing="0" class="tt all left">
  <thead>
    <tr>
      <th class="center">column A</th>
      <th class="center">column B</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td class="center">cell 1A</td>
      <td class="center">cell 1B</td>
    </tr>
    <tr>
      <td class="center">cell 2A</td>
      <td class="center">cell 2B</td>
    </tr>
    <tr>
      <td class="center">cell 3A</td>
      <td class="center">cell 3B</td>
    </tr>
  </tbody>
</table>