File: texttable_small.html

package info (click to toggle)
xml2rfc 3.23.0-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 14,624 kB
  • sloc: xml: 80,545; python: 14,738; javascript: 167; sh: 9; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<table cellpadding="3" cellspacing="0" class="tt full 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>