File: texttable_small_full.xml

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-- 403 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<texttable anchor="table_example" align="left" style="full">
          <ttcol align="center">column A</ttcol>

          <ttcol align="center">column B</ttcol>

          <!-- row 1 -->
          <c>cell 1A</c>

          <c>cell 1B</c>

          <!-- row 2 -->
          <c>cell 2A</c>

          <c>cell 2B</c>

          <!-- row 3 -->
          <c>cell 3A</c>

          <c>cell 3B</c>
</texttable>